Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/lvgl_v9/lvgl/scripts/cppcheck_run.sh

4 lines
204 B
Bash
Raw Normal View History

2024-09-30 17:06:01 +08:00
#!/bin/sh
2023-08-30 16:21:18 +08:00
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force