You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knip doesn't have a GitHub Actions plugin, so it reports binaries
referenced in workflow files as "unlisted binaries" errors. Since
build:test and test:e2e are legitimate package.json scripts used
in the Playwright workflow, we exclude the binaries check.
Changes:
- Add --exclude binaries flag to both knip commands in CI
- This allows knip to check for dead code, dependencies, and exports
while ignoring the expected unlisted binaries warning
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments