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 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/formating_check.bash (limited to 'scripts/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 -- cgit v1.2.3