summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/scripts/cppcheck_run.sh
blob: 1db16fc911023bfc282e3bc2f04d5c95d45cea5c (plain)
1
2
cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force