From a703e6e09a3667d0c6415a8a246809b38b96da47 Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Thu, 11 Oct 2018 09:39:44 -0700 Subject: [PATCH] Use tendermint/lint :( --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9f75256ed4..ec02f1402e 100644 --- a/Makefile +++ b/Makefile @@ -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"