lint: extend gate to .json files (internal#71 — package metadata drift)
All checks were successful
Release Go binaries / test (pull_request) Successful in 6m18s
Release Go binaries / release (pull_request) Has been skipped

This commit is contained in:
claude-ceo-assistant 2026-05-07 22:57:16 +00:00
parent 76f37d928f
commit 15d8cec45f

View File

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