Skip to content

Commit b2a8a21

Browse files
missingbulbclaude
andauthored
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

File tree

.claudinite-checks.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
],
99
"rules": {},
1010
"accept": [
11-
{
12-
"rule": "warning-suppression",
13-
"path": "dev/requirements/extractor/data/",
14-
"reason": "cached third-party event pages (linguist-vendored fixtures, recorded verbatim) — the sites' own inline scripts carry lint-suppression comments in their markup; these are not our code's suppression decisions and the fixtures must not be edited"
15-
},
1611
{
1712
"rule": "warning-suppression",
1813
"path": "dev/routines/create-extractor/test/extractor-naming.test.js",

0 commit comments

Comments
 (0)