metalinter is for another time

This commit is contained in:
Ethan Buchman 2018-01-02 10:59:43 -05:00
parent 1838db2880
commit 1460540acd
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
GOTOOLS = \ GOTOOLS = \
github.com/Masterminds/glide \ github.com/Masterminds/glide \
github.com/alecthomas/gometalinter.v2 \
github.com/gogo/protobuf/protoc-gen-gogo \ github.com/gogo/protobuf/protoc-gen-gogo \
github.com/gogo/protobuf/gogoproto github.com/gogo/protobuf/gogoproto
# github.com/alecthomas/gometalinter.v2 \
GOTOOLS_CHECK = glide gometalinter.v2 protoc protoc-gen-gogo GOTOOLS_CHECK = glide gometalinter.v2 protoc protoc-gen-gogo
INCLUDE = -I=. -I=${GOPATH}/src -I=${GOPATH}/src/github.com/gogo/protobuf/protobuf INCLUDE = -I=. -I=${GOPATH}/src -I=${GOPATH}/src/github.com/gogo/protobuf/protobuf
@ -40,7 +41,7 @@ check_tools:
get_tools: get_tools:
@echo "--> Installing tools" @echo "--> Installing tools"
go get -u -v $(GOTOOLS) go get -u -v $(GOTOOLS)
@gometalinter.v2 --install # @gometalinter.v2 --install
get_protoc: get_protoc:
@# https://github.com/google/protobuf/releases @# https://github.com/google/protobuf/releases