Files
klubhaus-doorbell/libraries/lvgl/scripts/cppcheck_run.sh
2026-02-12 00:45:31 -08:00

2 lines
193 B
Bash
Executable File

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