aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-09-03 14:47:12 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-09-03 14:47:12 +0200
commita97b2e1ba96b26113c3e7848808df49961c71c39 (patch)
tree1c687b22cef78f5f37552568091ad0506a8e28b7 /tools
parentClean up ProfileManager (diff)
downloadsmolbote-a97b2e1ba96b26113c3e7848808df49961c71c39.tar.xz
Some cppcheck fixes
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
+