OMOTE/LVGL Simulator/LvglPlatform/lvgl/scripts/cppcheck_run.sh
2023-06-28 20:26:56 +02:00

1 line
193 B
Bash

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