Commit b2a8a21
Drop redundant warning-suppression acceptance for vendored fixtures (#662)
The mounted Claudinite canon now carries #188, which makes the
warning-suppression check skip files git marks linguist-vendored /
linguist-generated (via the new ctx.vendored() helper in
checks/lib/context.mjs). The cached event-page fixtures under
dev/requirements/extractor/data/ are linguist-vendored, so the check
now skips them on its own and the per-repo accept entry we added for
them is dead weight — remove it.
The deliberate eval() acceptance for
dev/routines/create-extractor/test/extractor-naming.test.js stays: that
is our own reviewed test code, not vendored third-party content.
Verified: node .claudinite/checks/run.mjs no longer surfaces the
data/**/*.html fixtures as warning-suppression findings.
Claude-Session: https://claude.ai/code/session_01FT8W9KiYkFvVvZi1rge5U4
Co-authored-by: Claude <noreply@anthropic.com>1 parent 29532ed commit b2a8a21
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
| |||
0 commit comments