X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=Makefile;h=7aa6faded19598c53ab095c69ba59d014ce12f89;hp=2dc765e1daa81d6e5309346622671e706f262a62;hb=0ab2dac3f883d910549ef00f5761a0b964a496a0;hpb=8bc631d8e9468b57de2d1100e15b646acbde8cc0 diff --git a/Makefile b/Makefile index 2dc765e..7aa6fad 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,6 @@ dist: sst-$(VERS).tar.gz check: #pylint cd test; make --quiet -pychecker: - @-pychecker --quiet --only --limit 50 sst.py - COMMON_PYLINT = --rcfile=/dev/null --reports=n \ --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \ --dummy-variables-rgx='^_'