Add script for easier Pc-Lint invocation
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 10:41:50 +0000 (11:41 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 10:41:50 +0000 (11:41 +0100)
run_pclint.sh [new file with mode: 0755]

diff --git a/run_pclint.sh b/run_pclint.sh
new file mode 100755 (executable)
index 0000000..74ec0d6
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+intranator_lint.sh pclint.lnt -w3 -u `find src -name *.cpp`