mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
add cppchecker script
This commit is contained in:
parent
288b972ce0
commit
56b9893854
2
scripts/cppcheck_run.sh
Executable file
2
scripts/cppcheck_run.sh
Executable file
@ -0,0 +1,2 @@
|
||||
cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
|
||||
|
Loading…
x
Reference in New Issue
Block a user