From 15d8cec45f696024ebed3c6be657b448e370b7ba Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Thu, 7 May 2026 22:57:16 +0000 Subject: [PATCH] =?UTF-8?q?lint:=20extend=20gate=20to=20.json=20files=20(i?= =?UTF-8?q?nternal#71=20=E2=80=94=20package=20metadata=20drift)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/lint/import_path_lint_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/lint/import_path_lint_test.go b/internal/lint/import_path_lint_test.go index 76cde1c..8c8b6ba 100644 --- a/internal/lint/import_path_lint_test.go +++ b/internal/lint/import_path_lint_test.go @@ -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,