-
Notifications
You must be signed in to change notification settings - Fork 1.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
🐛 (go/v4): fix linter issues to allow pass in the stricter linter checks such as; godot, gofumpt, nlreturn #4133
Conversation
|
Welcome @pgaxatte! |
Hi @pgaxatte. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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 the contribution 🥇
Could you please just run make install and then make generate
so that we have all samples under testdata and doc updated with your changes?
Otherwise, we cannot get this one merged.
Thank you
83b167f
to
c4242a0
Compare
Thanks for the guidance! I ran |
Hi @
It was expected. The hack docs re-scaffold the project and add on top the code examples and pieces of the doc so that we keep all updated with the latest changes. Thank you. Just more one detail. See that for we get the PR merged you need to sign the cnfc-cla : #4133 (comment). Passing on this test we can get this one merged !!! Thank you a lot for your contribution ! |
/ok-to-test |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pgaxatte, varshaprasad96 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 |
Hi @pgaxatte Did you saw my comment #4133 (comment) You need sign the CNFC-CLA so that we can ge this one merged, see: #4133 (comment) Thank you a lot! |
Hi @camilamacedo86, I saw it and tried to fix it yesterday without success, I'm retrying quickly |
/check-cla |
CLA related issue looks good to me now, thanks for your patience |
Thank you a lot @pgaxatte for your contribution 🥇 Now, you have all place for the future ones !!! |
As described in #4132 I'd like to propose to fix some minor format issues that prevents us from using a stricter linter out of the box.