projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccaf2cd
)
pychecker seems no longer useful.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 22 Apr 2019 10:03:16 +0000
(06:03 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 22 Apr 2019 10:03:16 +0000
(06:03 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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='^_'