summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-05-22 18:19:45 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-05-22 18:19:45 -0700
commita20df73c87d7b5b5fee8a90acfb82d2a242b6a62 (patch)
treef9cf555169f0cf615a87f0218d9675aee95f4953 /pylintrc
parent5218b676fc5937f30a198ae8983582399a12b201 (diff)
downloadtaskflow-a20df73c87d7b5b5fee8a90acfb82d2a242b6a62.tar.gz
Remove error code not found in strict version of pylint.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 622163f..7330f26 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1,7 +1,7 @@
[MESSAGES CONTROL]
# Disable the message(s) with the given id(s).
-disable=C0111,I0011,R0201,R0922,R0924,W0142,W0511,W0613,W0622,W0703
+disable=C0111,I0011,R0201,R0922,W0142,W0511,W0613,W0622,W0703
[BASIC]