lint: extend gate to .json files (internal#71 — package metadata drift)
All checks were successful
CI / Shellcheck + wrapper tests (pull_request) Successful in 47s
CI / Go build + test + vet (pull_request) Successful in 3m17s

This commit is contained in:
claude-ceo-assistant 2026-05-07 22:57:14 +00:00
parent b2ed330475
commit d8403251d2

View File

@ -63,6 +63,7 @@ func TestNoLegacyGitHubImportPaths(t *testing.T) {
".yaml": true,
".toml": true,
".md": true,
".json": true, // package.json / tsconfig.json — catches ref drift in package metadata
}
checkBasename := map[string]bool{
"Dockerfile": true,