From 33fe4e99f95125a0083e97c4c143d1fb5134cf36 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 7 Apr 2015 11:08:04 +0900 Subject: [PATCH] Remove deprecated `include-ids` setting from pylint config Change-Id: Ie5ab21e434d24ff862bb5e0c263761370d71f56f --- .pylintrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 2ed0940d..c6be7436 100644 --- a/.pylintrc +++ b/.pylintrc @@ -61,9 +61,6 @@ disable=R0903,R0912,R0913,R0914,R0915,W0141,C0111,C0103,W0603,W0703,R0911,C0301, # (visual studio) and html output-format=text -# Include message's id in output -include-ids=yes - # Put messages in a separate file for each module / package specified on the # command line instead of printing them on stdout. Reports (if any) will be # written in a file name "pylint_global.[txt|html]".