1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-18 12:00:24 +01:00

Disable more messages in pylint

This commit is contained in:
David Paleino
2012-11-17 19:11:11 +01:00
parent 48075cdee7
commit 5c4a9c327b

View File

@@ -9,7 +9,7 @@
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
disable=c0103,c0302
disable=c0103,c0302,r0902,r0904,r0914
[REPORTS]