X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=61855c93c42fbf97903c9ca2500c0383b916f2d6;hp=36dc46403a05c6f250cb490987cf2bd466fedbb1;hb=a4c1b79ca0ab92629a0dfa6c6e180bd5d9971e58;hpb=0c5cf86d08ff17e7578232cd5fcbf54fbc9c6be9 diff --git a/Makefile b/Makefile index 36dc464..61855c9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ dist: sst-$(VERS).tar.gz pychecker: @-pychecker --quiet --only --limit 50 sst.py -PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable=C0103,C0111,C0301,C0302,R0902,R0903,R0911,R0912,R0914,R0915,W0312, +PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable=C0103,C0111,C0301,C0302,C0321,R0902,R0903,R0911,R0912,R0914,R0915,W0312,W0603 pylint: @pylint --output-format=parseable $(PYLINTOPTS) sst.py