-
Notifications
You must be signed in to change notification settings - Fork 9
Add golangci-lint Go plugin version of KAL #78
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
/hold for the moment |
/hold cancel I think we've tested and proven this is working enough |
e5df195
to
6e305c1
Compare
/lgtm |
* Introduce kube api linter * Add hack to install kube api linter from vendored code until kubernetes-sigs/kube-api-linter#78 is merged * Downgrade kube api linter to not require go 1.24 * Make kube api linter happy in retro * Run make update
/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.
/lgtm
Feel free to lift the hold.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, pohly 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 |
/hold cancel |
This adds a version of KAL that can be used with the go plugin system for golangci-lint.
This will be used in K/K to add KAL, currently being tested against this branch in kubernetes/kubernetes#131561
CC @pohly @BenTheElder