Enable all `go vet` warnings.
This commit is contained in:
parent
21c8814390
commit
ebe5346e8f
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
|
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
|
default: test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue