Add varcheck to presubmit.

This commit is contained in:
Jeffrey Regan
2018-08-23 10:17:37 -07:00
parent 22c99aa535
commit f931e15653
2 changed files with 4 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ go:
before_install:
- source ./bin/consider-early-travis-exit.sh
- sudo apt-get install tree
- go get -u github.com/opennota/check/cmd/varcheck
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/onsi/ginkgo/ginkgo