Reset makefile

This commit is contained in:
HaoyangLiu 2018-09-02 22:44:32 +08:00
parent e496bbd6f5
commit 6ecec39cb0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ test_cover:
@bash tests/test_cover.sh
test_lint:
gometalinter.v2 --config=tools/gometalinter.json ./... | grep -v "client/lcd/statik"
gometalinter.v2 --config=tools/gometalinter.json ./...
!(gometalinter.v2 --disable-all --enable='errcheck' --vendor ./... | grep -v "client/")
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" | xargs gofmt -d -s
dep status >> /dev/null