diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-12 23:07:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-12 23:07:16 +0000 |
commit | 41c51dee21554e6ff668a399bdc1c72df9173722 (patch) | |
tree | 40de5869473a0b252bc63c719b5cf796386b11e9 /scripts/pylint.rc | |
parent | 32c6fe7a8786a4d6393b4d05f423deb4594f377d (diff) |
Lint
svn path=/myrpki/myrpki.py; revision=3191
Diffstat (limited to 'scripts/pylint.rc')
-rw-r--r-- | scripts/pylint.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pylint.rc b/scripts/pylint.rc index 08f76fbb..5e555f45 100644 --- a/scripts/pylint.rc +++ b/scripts/pylint.rc @@ -32,7 +32,7 @@ disable-msg-cat= #enable-msg= # Disable the message(s) with the given id(s). -disable-msg=R0801,R0903,R0913,C0321,R0904,W0201,E1101,W0614,C0301,R0901,C0302,R0902,R0201,W0613,R0912,R0915,W0703,W0212 +disable-msg=R0801,R0903,R0913,C0321,R0904,W0201,E1101,W0614,C0301,R0901,C0302,R0902,R0201,W0613,R0912,R0915,W0703,W0212,R0914,W0603 [REPORTS] |