We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060e64a commit 0261fcdCopy full SHA for 0261fcd
1 file changed
scripts/deadcode-unused-files.allowlist.mjs
@@ -37,4 +37,8 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
37
// Knip can disagree across supported local/CI platforms for files that are
38
// only reachable through test-only import graphs. Ignore these when reported,
39
// but do not require them to be reported.
40
-export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = ["src/gateway/test/server-sessions-helpers.ts"];
+export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = [
41
+ "extensions/qa-lab/src/auth-profile-fixture.ts",
42
+ "extensions/qa-lab/src/codex-plugin-fixture.ts",
43
+ "src/gateway/test/server-sessions-helpers.ts",
44
+];
0 commit comments