aboutsummaryrefslogtreecommitdiff
path: root/scripts/cppcheck_run.sh
blob: f7e30725bdc1c8c29a67546f6ce3c75530c31c49 (plain)
1
2
3
#!/bin/sh

cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force