PersonalVotingMachine/extended-setup/components/lvgl/scripts/cppcheck_run.sh

3 lines
194 B
Bash
Raw Normal View History

2020-12-22 14:30:09 +02:00
cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force