pychecker seems no longer useful.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 22 Apr 2019 10:03:16 +0000 (06:03 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 22 Apr 2019 10:03:16 +0000 (06:03 -0400)
Makefile

index 2dc765e1daa81d6e5309346622671e706f262a62..7aa6faded19598c53ab095c69ba59d014ce12f89 100644 (file)
--- 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='^_'