-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add gomodclean linter #5898
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
base: main
Are you sure you want to change the base?
Add gomodclean linter #5898
Conversation
Hey, thank you for opening your first Pull Request ! |
In order for a pull request adding a linter to be reviewed, the linter and the PR must follow some requirements.
Pull Request Description
Linter
The Linter Tests Inside Golangci-lint
|
I think it could be a part of |
🤔 maybe this should be a formatter instead of a linter |
Hi @ldez Including Anyway, both options fit well for me. Thank you again!! |
gomodclean
is a linter to checkrequire
directives are well structured inside your go.mod file.https://github.com/dmrioja/gomodclean