summaryrefslogtreecommitdiff
path: root/hacks/cppcheck
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-28 22:52:58 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-28 22:52:58 +0000
commit5edf7576c5e2bc037f306c3f61770a6aadba66a3 (patch)
treeb8ab53eb8dbf0f826e47ffb66df62e17faea9a5e /hacks/cppcheck
parenta112eeb4d052b1212f94e95efd83a215213da691 (diff)
Add cppcheck wrapper.
Diffstat (limited to 'hacks/cppcheck')
-rw-r--r--hacks/cppcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/cppcheck b/hacks/cppcheck
new file mode 100644
index 000000000..2b91b8922
--- /dev/null
+++ b/hacks/cppcheck
@@ -0,0 +1,2 @@
+#!/bin/bash
+cppcheck --enable=all --quiet -U check . > log 2>&1 \ No newline at end of file