Skip to content

Commit 1e28906

Browse files
committed
chore: keep knip green while the mint-flag plumbing is unconsumed
The mint-kind resolver and the shared mint-kind type are both dead code until the commits that wire them up land. Knip is right to flag them. The webapp module joins the ignore list beside runOpsMintShard.server.ts, which sits there for the same reason. The engine type takes a @knipignore tag, since that package has no ignore block. Both come back out when their consumers land.
1 parent 25833b9 commit 1e28906

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

internal-packages/run-engine/src/engine/waitpointCoordinator/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export type WaitpointCoordinator = {
4646
* WaitpointMintKind; re-declared because the engine never imports from the webapp.
4747
*
4848
* Read at the mint and never again — every later operation routes by the minted id's shape.
49+
*
50+
* @knipignore consumed by the mint-flag wiring commits later in this stack.
4951
*/
5052
export type WaitpointMintKind = "legacy" | "store";
5153

knip.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"app/v3/otlpTransformWorker.ts"
2727
],
2828
"ignoreDependencies": ["@sentry/cli", "assert", "util"],
29-
"ignore": ["app/v3/runOpsMigration/runOpsMintShard.server.ts"]
29+
"ignore": [
30+
"app/v3/runOpsMigration/runOpsMintShard.server.ts",
31+
"app/v3/waitpointMigration/waitpointMintKind.server.ts"
32+
]
3033
},
3134
"internal-packages/dashboard-agent": {
3235
"entry": ["trigger.config.ts", "src/investigation-sweep.ts", "src/maintenance.ts"],

0 commit comments

Comments
 (0)