From 1460540acd267c37f3d58ebe18cdaf4baec15f7f Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 2 Jan 2018 10:59:43 -0500 Subject: [PATCH] metalinter is for another time --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dfdd6bef..e15356c2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ GOTOOLS = \ github.com/Masterminds/glide \ - github.com/alecthomas/gometalinter.v2 \ github.com/gogo/protobuf/protoc-gen-gogo \ github.com/gogo/protobuf/gogoproto + # github.com/alecthomas/gometalinter.v2 \ + GOTOOLS_CHECK = glide gometalinter.v2 protoc protoc-gen-gogo INCLUDE = -I=. -I=${GOPATH}/src -I=${GOPATH}/src/github.com/gogo/protobuf/protobuf @@ -40,7 +41,7 @@ check_tools: get_tools: @echo "--> Installing tools" go get -u -v $(GOTOOLS) - @gometalinter.v2 --install + # @gometalinter.v2 --install get_protoc: @# https://github.com/google/protobuf/releases