pylint cleanup.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 30 Aug 2012 22:06:09 +0000 (18:06 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 30 Aug 2012 22:06:09 +0000 (18:06 -0400)
Makefile

index 508165a3ab9fea59e27247775ff3add55a47d932..59fe7f2369e070883e92cc5982a6a745013347d6 100644 (file)
--- 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