Skip to content

Commit

Permalink
Stop excluding MTRBaseClusters files from restyling.
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 project-chip#20236
  • Loading branch information
bzbarsky-apple committed Oct 13, 2022
1 parent 9beda1c commit 4e3626c
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 4e3626c

Please sign in to comment.