summaryrefslogtreecommitdiff
path: root/lib/lvgl/scripts/cppcheck_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lvgl/scripts/cppcheck_run.sh')
-rwxr-xr-xlib/lvgl/scripts/cppcheck_run.sh2
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