Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1023 from nixpanic/tests/golint
Browse files Browse the repository at this point in the history
tests: use "go lint" from golang.org/x/lint/golint
  • Loading branch information
k8s-ci-robot authored Oct 11, 2018
2 parents b023823 + b8ffeb2 commit fba71e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$TRAVIS_OS_NAME" != "osx" ]; then
fi

# Install golint, cfssl
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
export PATH=$PATH:$GOPATH/bin
go get -u github.com/alecthomas/gometalinter
gometalinter --install
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/docker/go-units/circle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/fsnotify/fsnotify/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/pflag/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/stretchr/objx/Taskfile.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fba71e6

Please sign in to comment.