Skip to content
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

cmd/kops/ staticcheck and remove one mom #8230

Merged
merged 1 commit into from
Dec 31, 2019
Merged

cmd/kops/ staticcheck and remove one mom #8230

merged 1 commit into from
Dec 31, 2019

Conversation

tanjunchen
Copy link
Member

@tanjunchen tanjunchen commented Dec 30, 2019

ref:#7800

cmd/kops/replace.go:220:22: error strings should not be capitalized (ST1005)
cmd/kops/root.go:224:20: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_bundle.go:83:20: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_bundle.go:86:20: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_convert_imported.go:135:20: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_convert_imported.go:141:21: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_convert_imported.go:146:21: error strings should not be capitalized (ST1005)
cmd/kops/toolbox_dump.go:145:20: error strings should not be capitalized (ST1005)
cmd/kops/update_cluster.go:222:30: error strings should not be capitalized (ST1005)
cmd/kops/util/factory.go:84:28: error strings should not be capitalized (ST1005)
cmd/kops/validate_cluster.go:139:25: error strings should not be capitalized (ST1005)
cmd/kops/validate_cluster.go:144:25: error strings should not be capitalized (ST1005)
cmd/kops/validate_cluster.go:191:26: error strings should not be capitalized (ST1005)

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 30, 2019

if len(result.Failures) == 0 {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one mom

@tanjunchen tanjunchen changed the title cmd/kops/ staticcheck cmd/kops/ staticcheck and remove one mom Dec 30, 2019
@tanjunchen
Copy link
Member Author

/cc @justinsb
/cc @rifelpet

@rifelpet
Copy link
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 31, 2019
@tanjunchen
Copy link
Member Author

/test pull-kops-e2e-kubernetes-aws

2 similar comments
@rifelpet
Copy link
Member

/test pull-kops-e2e-kubernetes-aws

@johngmyers
Copy link
Member

/test pull-kops-e2e-kubernetes-aws

@rifelpet
Copy link
Member

/test pull-kops-verify-govet

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 31, 2019
@tanjunchen
Copy link
Member Author

/cc @rifelpet
i push it again with rebase master for update , and make that we can pass ci

@tanjunchen
Copy link
Member Author

/retest

@rifelpet
Copy link
Member

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 31, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rifelpet, tanjunchen

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 993f4ee into kubernetes:master Dec 31, 2019
@k8s-ci-robot k8s-ci-robot added this to the v1.18 milestone Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants