From 3c03cf2c03377447ea913c19f002661ac364323c Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 09 Aug 2008 21:07:33 +0000 Subject: Enable errors id. --- (limited to 'scripts/data') diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc index 0f911ed..df676b3 100644 --- a/scripts/data/pylintrc +++ b/scripts/data/pylintrc @@ -63,7 +63,7 @@ disable-msg=C0111,C0103,W0511,W0233,W0231,W0142,W0613,W0703,W0603 output-format=text # Include message's id in output -include-ids=no +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 -- cgit v0.9.1