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-13 06:01:01 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-13 06:01:01 (GMT)
commit931c3625432121eff342b2c71d82643a9b30420d (patch)
tree6e4717b658c21b9725ffb30c25432662cb7707f4 /pylint.sh
parent6cbe5256e96e24165970ed0f4faaf9fd5bb4c789 (diff)
Check for globals too
Diffstat (limited to 'pylint.sh')
-rwxr-xr-xpylint.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint.sh b/pylint.sh
index 99e9dad..4de5a50 100755
--- a/pylint.sh
+++ b/pylint.sh
@@ -3,10 +3,9 @@
# Errors that we may fix in the future
#
# C0301 Line length
-# W0603 Using the global statement
# W0201 Attribute defined outside __init__
# R0201 Method could be a function
-TODO="C0301,W0603,W0201,R0201"
+TODO="C0301,W0201,R0201"
# Errors we don't like
#