-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update golangci-lint to version 1.31.0 #13102
Conversation
Signed-off-by: kolaente <k@knt.li>
Signed-off-by: kolaente <k@knt.li>
Signed-off-by: kolaente <k@knt.li>
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.
FYI ReplaceAll is golang version >1.12 - which is why it wasn't previously used.
Codecov Report
@@ Coverage Diff @@
## master #13102 +/- ##
==========================================
+ Coverage 42.41% 42.51% +0.09%
==========================================
Files 673 673
Lines 74114 74113 -1
==========================================
+ Hits 31436 31509 +73
+ Misses 37581 37487 -94
- Partials 5097 5117 +20
Continue to review full report at Codecov.
|
🚀 |
Ah makes sense, thanks for noting. |
This PR updates golangci-lint to the latest version 1.31.0.
The upgrade introduced a new check for which I've fixed or disabled most cases.