diff options
Diffstat (limited to 'lib/lvgl/scripts/cppcheck_run.sh')
| -rwxr-xr-x | lib/lvgl/scripts/cppcheck_run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lvgl/scripts/cppcheck_run.sh b/lib/lvgl/scripts/cppcheck_run.sh index 3916c767..f7e30725 100755 --- a/lib/lvgl/scripts/cppcheck_run.sh +++ b/lib/lvgl/scripts/cppcheck_run.sh @@ -1 +1,3 @@ +#!/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 |
