From: Eric S. Raymond Date: Thu, 30 Aug 2012 22:06:09 +0000 (-0400) Subject: pylint cleanup. X-Git-Tag: 1.0~66 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=87ed05a94b5af54d8532241bffbe302dacb61d39;p=irker.git pylint cleanup. --- diff --git a/Makefile b/Makefile index 508165a..59fe7f2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: rm -f irker irker.1 irker-*.rpm irker-*.tar.gz *~ rm -f SHIPPER.* *.html -PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902" +PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,E1101" pylint: @pylint --output-format=parseable $(PYLINTOPTS) irker.py