Skip to content

Commit

Permalink
Use tendermint/lint :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Oct 11, 2018
1 parent 586c191 commit a703e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a703e6e

Please sign in to comment.