add cppchecker script

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-11 06:33:53 +02:00
parent 288b972ce0
commit 56b9893854

2
scripts/cppcheck_run.sh Executable file
View File

@@ -0,0 +1,2 @@
cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force