simulator/lvgl_v8_front/lvgl/scripts/cppcheck_run.sh

2 lines
193 B
Bash
Raw Normal View History

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