-
Notifications
You must be signed in to change notification settings - Fork 158
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
Enable lll, nakedret, asciicheck, depguard, dogsled, dupl, exportloopref golang linters #2238
Conversation
Thanks for submitting this pull request 🎉. The team will review it soon and get back to you. If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document. |
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
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.
Left minor suggestions and a question. Otherwise looks good
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
Change Overview
This PR enables following Golang linters:
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan
💪 Manual
⚡ Unit test
💚 E2E
depguard
was enabled in this PR but had to be disabled temporarily until v1.53.x invisibly breaks configs that were valid in v1.52.x if they used depguard golangci/golangci-lint#3906 is fixed and a new release is available with the fix.