From: Eric S. Raymond Date: Tue, 11 Mar 2014 18:07:06 +0000 (-0400) Subject: Allow kwargs use. X-Git-Tag: 2.7~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0449c0585c35ac244e326676b04bb501ec97f8dc;p=irker.git Allow kwargs use. --- diff --git a/Makefile b/Makefile index db16e00..0d49cd8 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,W0201,W0212,W0621,W0702,F0401" +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" pylint: @pylint --output-format=parseable $(PYLINTOPTS) irkerd @pylint --output-format=parseable $(PYLINTOPTS) irkerhook.py