-
Notifications
You must be signed in to change notification settings - Fork 280
🌱 Bump golangci-lint to v2 #2668
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
Conversation
Done by bumping the version in the Makefile, then running: make -C hack/tools bin/golangci-lint ./hack/tools/bin/golangci-lint migrate This yields a number of news error from staticcheck which we temporarily ignore pending a fix. We also need to replace the removed '--fast=true' opt with '--fast-only'. Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/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.
Thank you for this!
Could you add back the comments to the importas? I find it much easier to read when there is a comment for each "group", e.g. Kubernetes, CAPI and ORC
These were dropped during the migration to v2. Re-add them. Signed-off-by: Stephen Finucane <[email protected]>
Good point. This is done. |
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.
Thanks!
/approve
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Unrelated failure to clean up after the e2e tests... |
Unrelated failure to start the e2e devstack... |
What this PR does / why we need it:
Per $subject.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):(none)
Special notes for your reviewer:
(none)
/hold