Skip to content

Commit

Permalink
Stop excluding MTRBaseClusters files from restyling. (#23056)
Browse files Browse the repository at this point in the history
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 #20236
  • Loading branch information
bzbarsky-apple authored Oct 14, 2022
1 parent ac19e88 commit bc6b438
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc6b438

Please sign in to comment.