From 4e3626c3489858f136d15ad3559ab6f8fe6bb78d Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 6 Oct 2022 13:30:12 -0400 Subject: [PATCH] Stop excluding MTRBaseClusters files from restyling. 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