Rename some macos for clarity.
This commit is contained in:
parent
124e7768b4
commit
cb293f4aa4
8 changed files with 50 additions and 50 deletions
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ cheat: $(CHEAT_OBJS) dungeon.o
|
|||
|
||||
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
|
||||
cppcheck:
|
||||
@-cppcheck -I. --quiet --template gcc -UPROP_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch]
|
||||
@-cppcheck -I. --quiet --template gcc -UOBJECT_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch]
|
||||
|
||||
pylint:
|
||||
@-pylint --score=n *.py */*.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue