Skip to content

Commit 0261fcd

Browse files
committed
test(qa-lab): allow codex fixtures in deadcode
1 parent 060e64a commit 0261fcd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/deadcode-unused-files.allowlist.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
3737
// Knip can disagree across supported local/CI platforms for files that are
3838
// only reachable through test-only import graphs. Ignore these when reported,
3939
// but do not require them to be reported.
40-
export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = ["src/gateway/test/server-sessions-helpers.ts"];
40+
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

Comments
 (0)