Use tendermint/lint :(

This commit is contained in:
ValarDragon 2018-10-11 09:39:44 -07:00
parent 586c191422
commit a703e6e09a
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ update_tools:
update_dev_tools:
@echo "--> Downloading linters (this may take awhile)"
$(GOPATH)/src/github.com/alecthomas/gometalinter/scripts/install.sh -b $(GOBIN)
go get -u github.com/tendermint/lint/golint
get_tools:
@echo "--> Installing tools"
@ -114,6 +115,7 @@ get_tools:
get_dev_tools:
@echo "--> Downloading linters (this may take awhile)"
$(GOPATH)/src/github.com/alecthomas/gometalinter/scripts/install.sh -b $(GOBIN)
go get github.com/tendermint/lint/golint
get_vendor_deps:
@echo "--> Generating vendor directory via dep ensure"