OMOTE/LVGL Simulator/LvglPlatform/lvgl/scripts/cppcheck_run.sh

2 lines
193 B
Bash
Raw Normal View History

2023-06-28 14:26:56 -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