Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-10 23:19:38 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-10 23:19:38 (GMT)
commitd682c333477d46334bf27cda4e981db30da0c785 (patch)
tree2b230c71ebc9de94955d9420b2a1c8ac2895a713 /scripts
parent7eade62ee7890e0e732c730d1cdd750a1b7e8828 (diff)
Tweak pylint disable
Diffstat (limited to 'scripts')
-rw-r--r--scripts/data/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc
index 5008ed2..2f96923 100644
--- a/scripts/data/pylintrc
+++ b/scripts/data/pylintrc
@@ -53,7 +53,7 @@ disable-msg-cat=refactor,information
#enable-msg=
# Disable the message(s) with the given id(s).
-disable-msg=C0111,C0103,W0511,W0233,W0231,W0142,W0613,W0703,W0603
+disable-msg=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603
[REPORTS]