-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add "revive" linter #1729
Add "revive" linter #1729
Conversation
Hey, thank you for opening your first Pull Request ! |
Hello, could you rebase your PR? thank you |
Assume disabled by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hey, @sspaink — we just merged your PR to
By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests. Thanks again! |
Closes #238
This PR adds support for the revive linter. Tested by running
T=revive.go make test_linters
, added a simple example config but all the configuration settings in revive have been implemented.I assume having this linter disabled by default is what would be wanted, not sure what it takes to be enabled by default.
Just let me know if there is anything you would like me to change, thanks!