At this revision, make cppcheck runs clean.

This commit is contained in:
Eric S. Raymond 2024-02-04 11:44:04 -05:00
parent 5b917084b0
commit 580f409ee6

View file

@ -153,7 +153,7 @@ debug: linty
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
cppcheck:
cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch]
cppcheck -I. --template gcc -UPROP_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch]
pylint:
@pylint --score=n *.py */*.py