aboutsummaryrefslogtreecommitdiff
path: root/tools/report-cppcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/report-cppcheck.sh')
-rwxr-xr-xtools/report-cppcheck.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/report-cppcheck.sh b/tools/report-cppcheck.sh
deleted file mode 100755
index 2e42226..0000000
--- a/tools/report-cppcheck.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-cppcheck --enable=all --project=tidy/compile_commands.json 2> report.txt
-