Commit 5178bea
committed
fix(validate): skip upstream/ and walkthrough/ in markdown filename check
The markdown-filenames validator was scanning into upstream/meander/
(a git submodule whose file naming we don't control) and blocking
pnpm check with violations on AGENTS.md and test-walkthrough-docs/.
Also proactively skip walkthrough/ — the tour build output is
generated HTML, not hand-authored markdown, so there's no reason
to crawl it either.
Matches the same SKIP_DIRS treatment in scripts/validate/no-cdn-refs.mts.1 parent e60d115 commit 5178bea
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments