-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Cleaned up lint errors in pkg/kubeapiserver/server. #68324
Conversation
/sig api-machinery |
cc @fedebongio |
hi @cheftako , could u do all the lint fix for
|
Hi @yue9944882 I get the idea. Personally I think we should encourage small PRs like this. They are easy to inspect and know they are correct which makes them easier to review and approve than larger PRs which hit many files and cover a variety of different fixes. Should we need to roll it back we are rolling back just the problematic code and not other things as well. Lastly I think we need to encourage participation /engagement in the project. Indicating to people we won't accept their work unless they do more may not be the best way to go about that. |
take this pull as example, the requested owner area is it's just a polite suggestion. my point is that if we deal with the pkgs one-by-one, it'll possibly take us year-ish time to close the issue. |
/test pull-kubernetes-integration |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, lavalamp 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 |
What this PR does / why we need it:
Fixes lint errors in pkg/kubeapiserver/server.
Enables lint testing of pkg/kubeapiserver/server.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes part of issues/68026
Special notes for your reviewer:
Release note: