T-DeckLoader/lib/lvgl/scripts/cppcheck_run.sh

2 lines
193 B
Bash
Raw Normal View History

2024-06-09 05:14:09 +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