Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from grammarly/f-no-govet
Browse files Browse the repository at this point in the history
Remove go-vet dependency for tests, it is already in golang
  • Loading branch information
Yuriy Bogdanov committed Apr 18, 2016
2 parents 6dab76d + e15ea10 commit a0dd174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ lint:
$(foreach file,$(SRCS),fgt golint $(file) || exit;)

vet:
@ go get golang.org/x/tools/cmd/vet
$(foreach pkg,$(PKGS),fgt go vet $(pkg) || exit;)

gocyclo:
Expand Down

0 comments on commit a0dd174

Please sign in to comment.