no metalinter for now

This commit is contained in:
Ethan Buchman 2018-01-02 16:25:01 -05:00
parent 8bb383c264
commit 793d7717dc
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,11 @@
GOTOOLS = \
github.com/Masterminds/glide \
github.com/jteeuwen/go-bindata/go-bindata \
gopkg.in/alecthomas/gometalinter.v2 \
GOTOOLS_CHECK = glide go-bindata gometalinter.v2
github.com/jteeuwen/go-bindata/go-bindata
# gopkg.in/alecthomas/gometalinter.v2 \
#
GOTOOLS_CHECK = glide go-bindata #gometalinter.v2
all: check get_vendor_deps build test install metalinter
all: check get_vendor_deps build test install
check: check_tools
@ -34,7 +35,7 @@ check_tools:
get_tools:
@echo "--> Installing tools"
go get -u -v $(GOTOOLS)
@gometalinter.v2 --install
#@gometalinter.v2 --install
update_tools:
@echo "--> Updating tools"

View File

@ -7,7 +7,7 @@ import (
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-crypto/bcrypt"
"github.com/tendermint/go-crypto/keys/bcrypt"
)
const (