From fe506d51efba27f8232b5fa23020937081407179 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 22 Jan 2016 10:47:06 -0800 Subject: [PATCH] Remove vet and lint in validate Signed-off-by: Michael Crosby --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ed3525a4..21619a0c4 100644 --- a/Makefile +++ b/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)