From d8403251d27a6239a07a8f3fbfb883b8dddb0ee8 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Thu, 7 May 2026 22:57:14 +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 --- pluginloader/import_path_lint_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pluginloader/import_path_lint_test.go b/pluginloader/import_path_lint_test.go index f047db7..f90d61d 100644 --- a/pluginloader/import_path_lint_test.go +++ b/pluginloader/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,