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

pylint cleanup.

parent 9771179d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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