Add cppcheck wrapper.
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Jan 2015 22:52:58 +0000 (22:52 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 Jan 2015 22:52:58 +0000 (22:52 +0000)
hacks/cppcheck [new file with mode: 0644]

diff --git a/hacks/cppcheck b/hacks/cppcheck
new file mode 100644 (file)
index 0000000..2b91b89
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+cppcheck --enable=all --quiet -U check . > log 2>&1
\ No newline at end of file