From 8a5c89a29477c6e77cd114c860b19d5b3eeb7a48 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 28 Feb 2024 13:29:30 +0000 Subject: [PATCH] [24.0 only] disable clang-format It's been disabled on main which means I'm now getting backports that do not pass this check anymore. --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 87d379b26bc..629a1766e01 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -43,7 +43,7 @@ rustfmt: - rustfmt --verbose src/**/lib.rs - rustfmt --verbose src/**/main.rs -clang-format: +.clang-format: extends: - .formatting-check - .lint-clang-format-rules