From 18a21fca328830344598323725aebb72bb3aed7e Mon Sep 17 00:00:00 2001 From: HomesGH <55833544+HomesGH@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:45:27 +0100 Subject: [PATCH] Print version of CI when using makefile to run clang-format --- makefile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile/Makefile b/makefile/Makefile index 8839ae32fd..1b46e8154c 100644 --- a/makefile/Makefile +++ b/makefile/Makefile @@ -404,9 +404,9 @@ help_vect: all: $(BINARY) clangformat: - @echo "Running clang-format (version might not match the one of the CI)" + @echo "Running clang-format (version might not match the one of the CI which uses v18)" @echo "$(shell clang-format --version)" - clang-format --dry-run -i $(shell find $(SRCDIR) -name "*.h" -or -name "*.cpp") + clang-format -i $(shell find $(SRCDIR) -name "*.h" -or -name "*.cpp") #list available configurations cfg_list: