Skip to content

Commit e6201ad

Browse files
shepherdjerredCI Bot
andauthored
fix(root): ignore config-only packages/release-tools in knip (#1608)
release-tools was added in #1602 with only a package.json (no TS sources), like packages/fonts and packages/anki which are already ignored. Without an entry, knip mis-flags its release-please dependency/binary, which hard-fails the pre-commit verify -- --affected gate for every local commit repo-wide (Buildkite's knip step is soft-fail, but the lefthook gate is not). Co-authored-by: CI Bot <ci@sjer.red>
1 parent ee555ea commit e6201ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
"packages/dotfiles/**",
266266
"packages/fonts/**",
267267
"packages/anki/**",
268+
"packages/release-tools/**",
268269
"packages/webring/example/**",
269270
"packages/cooklang-for-obsidian/**",
270271
"packages/tasks-for-obsidian/**",

0 commit comments

Comments
 (0)