diff options
author | georg.brandl <devnull@localhost> | 2008-03-16 13:12:48 +0000 |
---|---|---|
committer | georg.brandl <devnull@localhost> | 2008-03-16 13:12:48 +0000 |
commit | 59a6913d4592e096f73d41149e2900ef0deff73c (patch) | |
tree | ccd50ad84b7978d246d657513910e4c32c21c0d6 /utils | |
parent | 63c6f4485f6c8127576f346b8ba20b32b43ec365 (diff) | |
download | sphinx-59a6913d4592e096f73d41149e2900ef0deff73c.tar.gz |
Some pylint fixes.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pylintrc b/utils/pylintrc index aa04e12e..2552a12c 100644 --- a/utils/pylintrc +++ b/utils/pylintrc @@ -49,7 +49,7 @@ load-plugins= #enable-msg= # Disable the message(s) with the given id(s). -disable-msg=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201 +disable-msg=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0613,W0612,W0622 [REPORTS] |