remove linting. all it did was generate useless white noise
All checks were successful
Build / build (push) Successful in 13s
All checks were successful
Build / build (push) Successful in 13s
This commit is contained in:
parent
855221d217
commit
731f5a8e8f
9
Makefile
9
Makefile
@ -53,12 +53,3 @@ install: $(TARGETS)
|
|||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f /usr/local/bin/cnadd /usr/local/bin/cndump /usr/local/bin/cncount /usr/local/bin/cndel /usr/local/bin/cnfind /usr/local/bin/cnhelp
|
rm -f /usr/local/bin/cnadd /usr/local/bin/cndump /usr/local/bin/cncount /usr/local/bin/cndel /usr/local/bin/cnfind /usr/local/bin/cnhelp
|
||||||
|
|
||||||
# Strict splint (very verbose, use with caution)
|
|
||||||
splint-strict:
|
|
||||||
splint +standard -I./include src/*.c
|
|
||||||
|
|
||||||
cppcheck:
|
|
||||||
@echo "Running cppcheck..."
|
|
||||||
@cppcheck --std=c90 --enable=warning,style,performance,portability \
|
|
||||||
--suppress=missingIncludeSystem --quiet -I./include src/
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user