acid-drop/lib/lvgl/scripts/cppcheck_run.sh

2 lines
193 B
Bash
Raw Normal View History

2024-05-23 18:42:03 -04:00
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force