Skip to content
Snippets Groups Projects
Commit 0449c058 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Allow kwargs use.

parent 068053b5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment