At this revision, make cppcheck runs clean.
This commit is contained in:
parent
5b917084b0
commit
580f409ee6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -153,7 +153,7 @@ debug: linty
|
||||||
|
|
||||||
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
|
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch]
|
cppcheck -I. --template gcc -UPROP_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch]
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
@pylint --score=n *.py */*.py
|
@pylint --score=n *.py */*.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue