From 87ed05a94b5af54d8532241bffbe302dacb61d39 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 30 Aug 2012 18:06:09 -0400 Subject: [PATCH] pylint cleanup. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2