From 86655ab5acfaab6c446c7bd99491fa557bbab45f Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Mon, 31 Aug 2026 13:37:18 +0100 Subject: [PATCH] chore: knip ignore for the run-queue module during the stack The module exports an error class whose consumer is introduced and removed at different levels of this stack; the ignore keeps every level clean and lifts naturally when the stack squashes to main. --- knip.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/knip.json b/knip.json index 84456756c..c8e7f4027 100644 --- a/knip.json +++ b/knip.json @@ -27,6 +27,9 @@ ], "ignoreDependencies": ["@sentry/cli", "assert", "util"] }, + "internal-packages/run-engine": { + "ignore": ["src/run-queue/index.ts"] + }, "internal-packages/dashboard-agent": { "entry": ["trigger.config.ts", "src/investigation-sweep.ts", "src/maintenance.ts"], "ignoreBinaries": ["rg"]