From: Eric S. Raymond Date: Sat, 15 Mar 2014 11:32:07 +0000 (-0400) Subject: Suppress some spuriious pylint warnings. X-Git-Tag: 2.7~2 X-Git-Url: http://git.tremily.us/?p=irker.git;a=commitdiff_plain;h=ba82abc1c973498b98126fd003ec8afc44511925 Suppress some spuriious pylint warnings. --- diff --git a/Makefile b/Makefile index 0d49cd8..a08ee4c 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ endif clean: rm -f irkerd.8 irkerhook.1 irker-*.tar.gz *~ *.html -PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,R0912,R0913,R0914,R0915,E1101,W0142,W0201,W0212,W0621,W0702,F0401" +PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,C0302,R0201,R0902,R0903,R0912,R0913,R0914,R0915,E1101,W0142,W0201,W0212,W0621,W0702,W0703,F0401,E0611" pylint: @pylint --output-format=parseable $(PYLINTOPTS) irkerd @pylint --output-format=parseable $(PYLINTOPTS) irkerhook.py