mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 07:06:19 +08:00
add cppchecker script
This commit is contained in:
Executable
+2
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user