Adds validate-vet script

resolves #11970

Signed-off-by: bobby abbott <ttobbaybbob@gmail.com>
Upstream-commit: 3280ce651b13866f93440b60a9182f9a4f9f14b9
Component: engine
This commit is contained in:
bobby abbott
2015-03-31 21:48:03 -07:00
committed by Jessica Frazelle
parent 9c2d3bf645
commit ddcc756587
4 changed files with 28 additions and 1 deletions

View File

@ -77,7 +77,7 @@ test-docker-py: build
$(DOCKER_RUN_DOCKER) hack/make.sh binary test-docker-py
validate: build
$(DOCKER_RUN_DOCKER) hack/make.sh validate-gofmt validate-dco validate-toml
$(DOCKER_RUN_DOCKER) hack/make.sh validate-dco validate-gofmt validate-toml validate-vet
shell: build
$(DOCKER_RUN_DOCKER) bash