-
Notifications
You must be signed in to change notification settings - Fork 600
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
rpk: bump golangci lint to 1.49.0 #6341
Conversation
@@ -26,10 +26,11 @@ linters-settings: | |||
misspell: | |||
locale: US | |||
nolintlint: | |||
allow-leading-space: true # don't require machine-readable nolint directives (i.e. with no leading space) |
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.
5bc0e95
to
f1057a8
Compare
Got #6318 in the first k8s-operator run so I retried because I wanted to make sure that everything was ok... but now we have a new commit in dev that introduced a lint failure. I just force-pushed the rebase + linter fix. Sorry @twmb @rishabh96b |
BLOCKER is #6352 |
This included some changes in comments formats. We are also including a timeout of 5m for the github CI action.
There was a change for nolint directives: golangci/golangci-lint#3109 (comment) And we are adding confidence of 0.8 in revive to avoid false positives.
f1057a8
to
bf5401e
Compare
/backport v22.2.x |
Failed to run cherry-pick command. I executed the below command:
|
Cover letter
Bumping golangci-lint to 1.49.0.
This includes some changes in comments formats. We are also including a timeout of 5m for the github CI action.
Backport Required
UX changes
Release notes