From 931c3625432121eff342b2c71d82643a9b30420d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 13 May 2006 02:01:01 -0400 Subject: [PATCH] Check for globals too --- pylint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylint.sh b/pylint.sh index 99e9dada..4de5a507 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 #