Skip to content

Commit ceff070

Browse files
committed
fix(ci): register proof-94212-v2.ts in duplicate scanner targets
The check-guards CI step runs the duplicate scanner coverage check, which verifies every tracked source file is within a scan target or intentional exclude. Add proof-94212-v2.ts to the targets list.
1 parent 8026b35 commit ceff070

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/check-duplicates.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const targets = [
2020
"test",
2121
"skills",
2222
"openclaw.mjs",
23+
"proof-94212-v2.ts",
2324
"config/knip.config.ts",
2425
"tsdown.config.ts",
2526
"vitest.config.ts",

0 commit comments

Comments
 (0)