-
Notifications
You must be signed in to change notification settings - Fork 42
Add a goimports verification #82
Add a goimports verification #82
Conversation
Hi @EricZhang08. Thanks for your PR. I'm waiting for a kubernetes-sigs or kubernetes 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/test-infra repository. |
/ok-to-test |
hmm i wonder what failed. I need to update that script to show me which script failed. /test pull-cluster-api-provider-docker-verify |
Oh, I bet you go imports is not available in the test build. @EricZhang08 could you add a line to install the command, much like the speller does as well? As in, something like |
@chuckha ok, I am fixing it soon. |
7daa2ce
to
987ed0f
Compare
987ed0f
to
fc7db1e
Compare
hack/verify-goimports.sh
Outdated
# create a temporary directory | ||
TMP_DIR=$(mktemp -d) | ||
|
||
echo $TMP_DIR |
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.
looks like leftovers from debugging.
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.I forgot it.
/retest |
/lgtm |
Thank you @EricZhang08 for getting this done! :) |
/approve thank you! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckha, ericzhang08 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:add a goimports verivication
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 #78
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: