Merge PR #3828: Add sdkch to maintain PENDING.md effectively and free of file conflicts

Closes: #2380
This commit is contained in:
Alessio Treglia
2019-03-14 14:24:53 +01:00
committed by Christopher Goes
parent 54ac1d2fe8
commit 648b43288b
14 changed files with 387 additions and 79 deletions
+4 -1
View File
@@ -118,13 +118,16 @@ update_dev_tools:
go get -u github.com/tendermint/lint/golint
devtools: devtools-stamp
devtools-clean: tools-clean
devtools-stamp: 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
go install ./cmd/sdkch
touch $@
devtools-clean: tools-clean
rm -f devtools-stamp
vendor-deps: tools
@echo "--> Generating vendor directory via dep ensure"
@rm -rf .vendor-new