diff --git a/Makefile b/Makefile index 4015f9de68..983234dbc3 100644 --- a/Makefile +++ b/Makefile @@ -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