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

Move from gometalinter to golangci-lint #494

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

saschagrunert
Copy link
Member

gometalinter has been deprecated so we can move to golangci-lint as
successor project. The installation of the tool is not necessary any
more, since we vendor the dependency directly into the repository. This
allows more reproducible lint results. All linters which currently pass
have been enabled. The gofmt and govet lint scripts have been removed
because they are now included in golangci-lint as well.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 2, 2019
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 2, 2019
@saschagrunert saschagrunert force-pushed the golangci-lint branch 8 times, most recently from 4036f77 to 1a974b2 Compare August 5, 2019 12:41
@feiskyer
Copy link
Member

feiskyer commented Aug 6, 2019

CI is still failing. @saschagrunert could you check why the CI is failing?

@saschagrunert
Copy link
Member Author

CI is still failing. @saschagrunert could you check why the CI is failing?

Yes, I'm just wondering if the issues are the same like on the master branch. I'll do some investigation now.

@saschagrunert saschagrunert force-pushed the golangci-lint branch 3 times, most recently from 9250c72 to c846886 Compare August 6, 2019 07:38
gometalinter has been deprecated so we move to golangci-lint as
successor project. The installation of the tool is not necessary any
more, since we vendor the dependency directly into the repository. This
allows more reproducible lint results. All linters which currently pass
have been enabled. The gofmt and govet lint scripts have been removed
because they are now included in golangci-lint as well.

Signed-off-by: Sascha Grunert <[email protected]>
@saschagrunert
Copy link
Member Author

The windows issue is fixed, but the ppc critest seems flaky. I'm checking further test cases...

@saschagrunert
Copy link
Member Author

It works now, if the flakes coming again I think we have to re-evaluate the critest related integration tests...

@feiskyer
Copy link
Member

feiskyer commented Aug 6, 2019

It works now, if the flakes coming again I think we have to re-evaluate the critest related integration tests...

Looks good to me.

@feiskyer
Copy link
Member

feiskyer commented Aug 6, 2019

/lgtm
/approve

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: feiskyer, saschagrunert

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 6, 2019
@k8s-ci-robot k8s-ci-robot merged commit e8559a8 into kubernetes-sigs:master Aug 6, 2019
@saschagrunert saschagrunert deleted the golangci-lint branch August 6, 2019 13:08
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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants