diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-22 18:19:45 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-22 18:19:45 -0700 |
commit | a20df73c87d7b5b5fee8a90acfb82d2a242b6a62 (patch) | |
tree | f9cf555169f0cf615a87f0218d9675aee95f4953 /pylintrc | |
parent | 5218b676fc5937f30a198ae8983582399a12b201 (diff) | |
download | taskflow-a20df73c87d7b5b5fee8a90acfb82d2a242b6a62.tar.gz |
Remove error code not found in strict version of pylint.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |