From ebe5346e8f5130062bb5fb8a6241e68c3a870a15 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Wed, 17 Feb 2016 13:29:51 -0800 Subject: [PATCH] Enable all `go vet` warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1666d0967..f1c354695 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/) -VETARGS?=-asmdecl -atomic -bool -buildtags -composites -copylocks -methods -nilfunc -printf -rangeloops -shift -structtags -unreachable -unsafeptr -unusedresult +VETARGS?=-all default: test