aboutsummaryrefslogtreecommitdiff
path: root/scripts/tests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests')
-rwxr-xr-xscripts/tests/formating_check.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/tests/formating_check.bash b/scripts/tests/formating_check.bash
deleted file mode 100755
index 932d82e..0000000
--- a/scripts/tests/formating_check.bash
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/sh
-
-find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror