Closed embik closed 6 months ago
Hi @embik. 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 /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/lgtm /approve
needed a rebase after #172 merged, should be good to go now @rjsadow. Didn't realise there was a potential conflict still open.
/lgtm thanks!
Third time's the charm, I hope. I messed up the rebase.
/ok-to-test
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: embik, rjsadow
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is the promised follow up to #170, removing the temporary
nolint
directive that I put there to make sure we didn't create any merge conflicts. Since the relevant PRs touchingcmd/root.go
are now merged, this should be safe again.To avoid writing
if err := ...; err != nil { log.Fatal(err) }
ten times, I've added a little wrapper. I can undo that and go with theif
pattern if that's preferred.