From 5edf7576c5e2bc037f306c3f61770a6aadba66a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Jan 2015 22:52:58 +0000 Subject: Add cppcheck wrapper. --- hacks/cppcheck | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hacks/cppcheck (limited to 'hacks/cppcheck') 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 -- cgit v1.2.3