-
Notifications
You must be signed in to change notification settings - Fork 716
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
feat: Replace gometalinter with golangci-lint #1081
Conversation
Signed-off-by: Ce Gao <[email protected]>
/assign @johnugeorge @richardsliu |
Travis tests have failedHey @gaocegege, 1st Buildgolangci-lint run ./...
goveralls -service=travis-ci -v -package ./pkg/... -ignore "pkg/client/*/*.go,pkg/client/*/*/*.go,pkg/client/*/*/*/*.go,pkg/client/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*/*.go,pkg/util/testutil/*.go,pkg/apis/tensorflow/*/zz_generated.*.go,pkg/apis/tensorflow/*/*_generated.go,pkg/apis/common/*/zz_generated.*.go,pkg/apis/common/*/*_generated.go"
TravisBuddy Request Identifier: d87b75f0-d476-11e9-847a-07722ef8bbdd |
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge 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 |
* feat: Replace gometaliner with golangci-lint Signed-off-by: Ce Gao <[email protected]> * fix: Fix go version Signed-off-by: Ce Gao <[email protected]> * fix: Update goveralls Signed-off-by: Ce Gao <[email protected]> (cherry picked from commit 5c0a06b)
gometalinter is DEPRECATED, we should use https://github.com/golangci/golangci-lint
Signed-off-by: Ce Gao [email protected]
This change is