Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pylint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.sh')
-rwxr-xr-xpylint.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint.sh b/pylint.sh
index 4de5a50..193c79b 100755
--- a/pylint.sh
+++ b/pylint.sh
@@ -11,7 +11,9 @@ TODO="C0301,W0201,R0201"
#
# W0613 Unused argument (glib signals)
# W0511 - FIXME/TODO/XXX
-DISABLE="W0613,W0511"
+# W0302 - Too many lines in module
+# I0011 - Locally disabled messages
+DISABLE="W0613,W0511,W0612,W0302,I0011"
MSGS="$TODO,$DISABLE"
ARG="sugar"