diff --git a/scripts/cppcheck_run.sh b/scripts/cppcheck_run.sh new file mode 100755 index 000000000..1db16fc91 --- /dev/null +++ b/scripts/cppcheck_run.sh @@ -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 +