Remove vet and lint in validate

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-01-22 10:47:06 -08:00
parent b4a53af927
commit fe506d51ef
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ shell: dbuild
test: all validate
go test -v $(shell go list ./... | grep -v /vendor)
validate: fmt lint vet
validate: fmt
vet:
go vet $(shell go list ./... | grep -v vendor)