Skip to content

Commit 0ffc89a

Browse files
committed
docs: make upstream residue check self-safe
1 parent 3d0e16b commit 0ffc89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/upstream-sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Run these checks in order.
7373
2. Require zero camel-case rename residue.
7474

7575
```sh
76-
rg 'dynamic_workflow[A-Z]'
76+
rg 'dynamic_workflow[A-Z]' --glob '!scripts/upstream-sync/README.md'
7777
```
7878

7979
3. Audit every brand match. Only the provider values listed in [Brand boundary](#brand-boundary) can remain.

0 commit comments

Comments
 (0)