KNIP - Add knip CI workflow, config, and cleanup unused code#115
Open
Atama-Heitekava wants to merge 18 commits into
Open
KNIP - Add knip CI workflow, config, and cleanup unused code#115Atama-Heitekava wants to merge 18 commits into
Atama-Heitekava wants to merge 18 commits into
Conversation
…e its command for local run, and config file No correction include for the error return by those commands
…onarjs dependencies unused
…sonarjs dependencies unused
…ot use outside of it
…riable role for future maintenance
…n the knip workflow
Test the solution proposed by claude code
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| jobs: | ||
| classic: | ||
| name: Knip (classic) | ||
| runs-on: ubuntu-latest |
Member
There was a problem hiding this comment.
en CI en général tu veux fixer la version de l'image ;) ça permet de stabiliser le job
Prend la dernière version LTS
…o ubuntu-24.04 Add the missing change on the other workflow daily-deployment.yml
ProtasGregoire
approved these changes
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduce Knip to detect unused files, exports, and dependencies across the codebase. This adds a CI workflow that runs automatically on every PR and push to main, along with a local script to reproduce the CI behavior.
Changes
Usage
Run a local test (classic)
Run a local test (production)
Notes
ignoreExportsUsedInFile is only enabled in production mode to avoid false positives on public exports
close #55