lint: extend gate to .json files (internal#71 — package metadata drift)
This commit is contained in:
parent
b2ed330475
commit
d8403251d2
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user