|
@ -246,6 +246,12 @@ metalinter_all: |
|
|
@echo "--> Running linter (all)" |
|
|
@echo "--> Running linter (all)" |
|
|
gometalinter.v2 --vendor --deadline=600s --enable-all --disable=lll ./... |
|
|
gometalinter.v2 --vendor --deadline=600s --enable-all --disable=lll ./... |
|
|
|
|
|
|
|
|
|
|
|
DESTINATION = ./index.html.md |
|
|
|
|
|
|
|
|
|
|
|
rpc-docs: |
|
|
|
|
|
cat rpc/core/slate_header.txt > $(DESTINATION) |
|
|
|
|
|
godoc2md -template rpc/core/doc_template.txt github.com/tendermint/tendermint/rpc/core | grep -v -e "pipe.go" -e "routes.go" -e "dev.go" | sed 's,/src/target,https://github.com/tendermint/tendermint/tree/master/rpc/core,' >> $(DESTINATION) |
|
|
|
|
|
|
|
|
check_dep: |
|
|
check_dep: |
|
|
dep status >> /dev/null |
|
|
dep status >> /dev/null |
|
|
!(grep -n branch Gopkg.toml) |
|
|
!(grep -n branch Gopkg.toml) |
|
@ -305,4 +311,4 @@ build-slate: |
|
|
# To avoid unintended conflicts with file names, always add to .PHONY
|
|
|
# To avoid unintended conflicts with file names, always add to .PHONY
|
|
|
# unless there is a reason not to.
|
|
|
# unless there is a reason not to.
|
|
|
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
|
|
|
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
|
|
|
.PHONY: check build build_race build_abci dist install install_abci check_dep check_tools get_tools update_tools get_vendor_deps draw_deps get_protoc protoc_abci protoc_libs gen_certs clean_certs grpc_dbserver test_cover test_apps test_persistence test_p2p test test_race test_integrations test_release test100 vagrant_test fmt build-linux localnet-start localnet-stop build-docker build-docker-localnode sentry-start sentry-config sentry-stop build-slate protoc_grpc protoc_all |
|
|
|
|
|
|
|
|
.PHONY: check build build_race build_abci dist install install_abci check_dep check_tools get_tools update_tools get_vendor_deps draw_deps get_protoc protoc_abci protoc_libs gen_certs clean_certs grpc_dbserver test_cover test_apps test_persistence test_p2p test test_race test_integrations test_release test100 vagrant_test fmt rpc-docs build-linux localnet-start localnet-stop build-docker build-docker-localnode sentry-start sentry-config sentry-stop build-slate protoc_grpc protoc_all |