[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.
This commit is contained in:
Eric Engestrom 2024-02-28 13:29:30 +00:00
parent 7e6f55f336
commit 8a5c89a294

View file

@ -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