Remove vet and lint in validate
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
b4a53af927
commit
fe506d51ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue