Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add initial depcheck using knip #2026

Merged
merged 23 commits into from Apr 16, 2024

Conversation

maschad
Copy link
Member

@maschad maschad commented Apr 8, 2024

Closes #2024

I decided to go with knip as it has better support for monorepos and workspaces. It also supports finding unused files and exports as well, but I think that should be in a follow up issue as that would be a lot more sizeable.

@maschad maschad self-assigned this Apr 8, 2024
@maschad maschad added the chore label Apr 8, 2024
@maschad maschad changed the title chore: add initial depcheck using knip chore: add initial depcheck using knip Apr 10, 2024
.knip.json Show resolved Hide resolved
package.json Show resolved Hide resolved
.github/workflows/pr-lint.yaml Show resolved Hide resolved
.knip.json Show resolved Hide resolved
@maschad maschad requested a review from danielbate April 10, 2024 15:41
@maschad maschad changed the title chore: add initial depcheck using knip chore: add initial depcheck using knip Apr 10, 2024
Copy link
Contributor

@petertonysmith94 petertonysmith94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

package.json Show resolved Hide resolved
Copy link
Contributor

@petertonysmith94 petertonysmith94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🍏

@maschad maschad requested a review from arboleya April 16, 2024 15:09
@maschad maschad merged commit 37743e8 into FuelLabs:master Apr 16, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Integrate dep-check tool into CI
5 participants