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