From 1166219ef2c904bfa1d38cff91a1bea7e0c94773 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 13 Oct 2022 21:24:04 -0400 Subject: [PATCH] Stop excluding MTRBaseClusters files from restyling. (#23056) It looks like the restyle job and the zap job agree on them now, as long as we avoid the failure case of an input on which running clang-format once produces different output from running clang-format twice. Fixes https://github.com/project-chip/connectedhomeip/issues/20236 --- .restyled.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.restyled.yaml b/.restyled.yaml index 5d4ba637148bf0..195765b70a34d4 100644 --- a/.restyled.yaml +++ b/.restyled.yaml @@ -72,8 +72,6 @@ exclude: - "scripts/idl/tests/outputs/**/*" # Matches generated output 1:1 - "examples/chef/sample_app_util/test_files/*.yaml" - "examples/chef/zzz_generated/**/*" - - "src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.mm" # https://github.com/project-chip/connectedhomeip/issues/20236 - - "src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h" # https://github.com/project-chip/connectedhomeip/issues/20236 - "examples/platform/nxp/k32w/k32w0/scripts/demo_generated_certs/**/*" - "integrations/cloudbuild/*.yaml" # uglier long command line content