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.
This commit is contained in:
Matt Aitken
2026-08-31 13:37:18 +01:00
parent b87eb365a7
commit 86655ab5ac
+3
View File
@@ -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"]