4.5_demo/lvgl/scripts/cppcheck_run.sh

4 lines
204 B
Bash
Raw Permalink Normal View History

2026-06-01 02:37:23 +00:00
#!/bin/sh
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force