Skip to content

Commit

Permalink
Enable all go vet warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpounds committed Feb 17, 2016
1 parent 21c8814 commit ebe5346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ebe5346

Please sign in to comment.