Skip to content

Commit

Permalink
Makefile: fix go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcc committed May 29, 2019
1 parent 6cdb7db commit 8a3c9b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dist: build
cd dist && shasum -a 256 * > sha256sums.txt

vet:
go vet *.go
go vet cmd/kube-gen/*.go
go vet $(PACKAGES)

test:
go test -cover $(PACKAGES)
Expand Down

0 comments on commit 8a3c9b8

Please sign in to comment.