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>2007-08-26 22:43:56 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-26 22:43:56 (GMT)
commit60c5e564cc5241200bb2c4a9fa6e827949fcdff4 (patch)
tree3f2a6b3d46fdfae9f8fe40413f87b858e7111edb /pylint.sh
parent8ff7bdebb7337d63875cb1f5c513800d9b2c3c23 (diff)
Fix getting pixbuf size, patch by jennjacobsen
Diffstat (limited to 'pylint.sh')
-rwxr-xr-xpylint.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/pylint.sh b/pylint.sh
index 0791742..f055f2e 100755
--- a/pylint.sh
+++ b/pylint.sh
@@ -1,13 +1,9 @@
#!/bin/sh
-TODO="C0111,C0301,C0322,W0311,C0324,W0331,W0212,W0611,W0613,W0201,W0106,W0622,W0403,W0612,W0102,W0404,W0704,W0402,W0702,W0401,E0602,E1111,W0101,W0105,W0601,W0602,W0703,W0701,W0312,W0231,W0233"
+TODO="C0111,C0301,C0322,W0311,C0324,W0331,W0212,W0611,W0613,W0201,W0106,W0622,W0403,W0102,W0404,W0704,W0402,W0702,W0401,E0602,E1102,C0321,E0611,E1103,W1001,E0213,W0107,R0921,R0401,E1111,W0101,W0105,W0601,W0602,W0703,W0701,W0312,W0231,W0233,F0401,W0612"
BROKEN="C0103,E1101"
DISABLE="W0142,R0913,W0621,R0903,R0201,R0904,W0511,W0232,R0902,W0603,R0914,C0302,C0102,I0011,R0911,R0912,R0901,R0801,R0923,R0915"
-PYTHONPATH=.:./shell:$SUGAR_PREFIX/lib/python2.4/site-packages/gtk-2.0:$PYTHONPATH \
- pylint \
- --include-ids=y \
- --disable-msg=$TODO,$BROKEN,$DISABLE \
- shell sugar
+pylint --include-ids=y --disable-msg=$TODO,$BROKEN,$DISABLE shell sugar