Merge pull request #5249 from hashicorp/make-vet

Run `vet` target on `default` target
This commit is contained in:
James Nugent 2016-02-22 13:48:42 -05:00
commit 58ce5fa300
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
VETARGS?=-all
default: test
default: test vet
# bin generates the releaseable binaries for Terraform
bin: fmtcheck generate