summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-16 13:12:48 +0000
committergeorg.brandl <devnull@localhost>2008-03-16 13:12:48 +0000
commit59a6913d4592e096f73d41149e2900ef0deff73c (patch)
treeccd50ad84b7978d246d657513910e4c32c21c0d6 /utils
parent63c6f4485f6c8127576f346b8ba20b32b43ec365 (diff)
downloadsphinx-59a6913d4592e096f73d41149e2900ef0deff73c.tar.gz
Some pylint fixes.
Diffstat (limited to 'utils')
-rw-r--r--utils/pylintrc2
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]