aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cppcheck.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cppcheck.sh b/tools/cppcheck.sh
new file mode 100755
index 0000000..2b130ce
--- /dev/null
+++ b/tools/cppcheck.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cppcheck --enable=all --verbose src/ lib/ plugins/ 2> report.txt
+