From cd7b005519ade8ab6c97fcb21590b71b7d1be6e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:54:46 +0200 Subject: Adding upstream version 0.8.0. Signed-off-by: Daniel Baumann --- scripts/cppcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/cppcheck.sh (limited to 'scripts/cppcheck.sh') diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh new file mode 100755 index 0000000..ac77f85 --- /dev/null +++ b/scripts/cppcheck.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cppcheck --error-exitcode=1 --enable=all --inline-suppr \ + --template='{id}:{file}({line}):({severity}) {message}' \ + -i rtrlib/spki/hashtable/tommyds-2.2/ tools/ rtrlib/ -- cgit v1.2.3