From 06ac429fea1544d69a11dff9eb86aca320c138cd Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Sat, 3 Feb 2024 09:20:55 -0800 Subject: [PATCH] [clang-format] exclude src/python/grpcio_observability/grpc_root (#35802) Closes #35802 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35802 from markdroth:clang_format_fix 39a6200f9a6d1b029cd309ebc60679959eb73971 PiperOrigin-RevId: 603954536 --- .../dockerfile/grpc_clang_format/clang_format_all_the_things.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh index 96fb2237f1c..ef654434917 100755 --- a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh +++ b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh @@ -52,6 +52,7 @@ do -and -not -name grpc_tls_credentials_options_comparator_test.cc \ -and -not -path '*/cmake/build/*' \ -and -not -path '*/third_party/*' \ + -and -not -path '*/src/python/grpcio_observability/grpc_root/*' \ `" done done