Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pylint.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-31 22:01:24 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-31 22:01:24 (GMT)
commitf96fbfc10b1db374c1ce3ec7cf727711c5161bf1 (patch)
tree75bf4b1bfc309562f841c20318c23b9da3557c3e /pylint.sh
parentb4ebdfa5af05da701eee3a68b89ee77dc47b002f (diff)
Split up the browser, some cleanups and
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"