Skip to content

Commit

Permalink
disable go vet in make check-test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekuznetsov committed Sep 16, 2015
1 parent 916b949 commit 848a7fc
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
Expand Up @@ -53,7 +53,7 @@ check:
# make verify
verify: build
hack/verify-gofmt.sh
hack/verify-govet.sh
#hack/verify-govet.sh disable until we can verify that the output is sane
hack/verify-generated-deep-copies.sh
hack/verify-generated-conversions.sh
hack/verify-generated-completions.sh
Expand Down

0 comments on commit 848a7fc

Please sign in to comment.