Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/lvgl_v9/lvgl/scripts/cppcheck_run.sh
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +08:00

4 lines
204 B
Bash
Executable File

#!/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