diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-03 14:47:12 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-03 14:47:12 +0200 |
commit | a97b2e1ba96b26113c3e7848808df49961c71c39 (patch) | |
tree | 1c687b22cef78f5f37552568091ad0506a8e28b7 /tools | |
parent | Clean up ProfileManager (diff) | |
download | smolbote-a97b2e1ba96b26113c3e7848808df49961c71c39.tar.xz |
Some cppcheck fixes
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cppcheck.sh | 4 |
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 + |