We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d9602 commit cf707f2Copy full SHA for cf707f2
.travis.yml
@@ -15,7 +15,7 @@ go_import_path: sigs.k8s.io/controller-runtime
15
install:
16
- go get -u github.com/golang/dep/cmd/dep
17
#- go get -u golang.org/x/lint/golint
18
-- go get -u gopkg.in/alecthomas/gometalinter.v2 && gometalinter.v2 --install
+- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
19
20
script:
21
- TRACE=1 ./hack/check-everything.sh
0 commit comments