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

Remove unused dependencies #5

Merged
merged 1 commit into from
Jun 25, 2022
Merged

Conversation

elm-review-bot
Copy link
Contributor

Hello 👋!

I noticed an unused dependency in your package. Here is a pull request to remove it. After this gets merged, I recommend publishing a new release, unless you are working on something else in the meantime.

I found this issue using elm-review and the NoUnused.Dependencies rule from jfmengels/elm-review-unused. You can re-create my findings by running this command:

npx elm-review --template jfmengels/elm-review-unused/example --rules NoUnused.Dependencies

If you like these findings and want to find more dead code in your code, you can add elm-review to your project like this:

npx elm-review init --template jfmengels/elm-review-unused/example
# then to run it:
npx elm-review # reports problems
npx elm-review --fix # fixes the issue.

More information on how to get started in the elm-review documentation, and you can read more about how dead code removal is done using this tool.

This pull request was made automatically (by @MartinSStewart). You can tell me to stop making pull requests like this by writing "please stop".

Have a nice day!

@amitaibu amitaibu merged commit 1009516 into Gizra:master Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants