From 516a65fd163390b9095b98d8dd7338440be7e1c5 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 24 Aug 2026 11:08:08 +0200 Subject: refactor(tests): making formating check be normal script --- scripts/formating_check.bash | 3 +++ scripts/tests/formating_check.bash | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 scripts/formating_check.bash delete mode 100755 scripts/tests/formating_check.bash diff --git a/scripts/formating_check.bash b/scripts/formating_check.bash new file mode 100755 index 0000000..932d82e --- /dev/null +++ b/scripts/formating_check.bash @@ -0,0 +1,3 @@ +#!/usr/bin/sh + +find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror 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 -- cgit v1.2.3