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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user