There was an error while loading. Please reload this page.
2 parents 358fc13 + 0ffc89a commit 7c02566Copy full SHA for 7c02566
1 file changed
scripts/upstream-sync/README.md
@@ -73,7 +73,7 @@ Run these checks in order.
73
2. Require zero camel-case rename residue.
74
75
```sh
76
- rg 'dynamic_workflow[A-Z]'
+ rg 'dynamic_workflow[A-Z]' --glob '!scripts/upstream-sync/README.md'
77
```
78
79
3. Audit every brand match. Only the provider values listed in [Brand boundary](#brand-boundary) can remain.
0 commit comments