From d0d31d0f35e12317295e2f57d15ecfbc3f7dd58b Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 11:59:28 +0800 Subject: [PATCH] temporarily disable checking formatting for cpp files --- extras/formatting.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/formatting.sh b/extras/formatting.sh index 664eb68b98..58d7d35090 100755 --- a/extras/formatting.sh +++ b/extras/formatting.sh @@ -124,6 +124,7 @@ cpp_formatting() { } cmake_formatting -cpp_formatting +# Disable until we've formatted the code +# cpp_formatting exit $exit_code