1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: gometalinter

This commit is contained in:
Carlos Alexandro Becker 2018-03-02 09:40:19 -03:00
parent 3ca0513d7e
commit ef805ce060
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -43,7 +43,7 @@ fmt:
# Run all the linters
lint:
gometalinter --vendor ./...
gometalinter.v2 --vendor ./...
find . -name '*.md' -not -wholename './vendor/*' | xargs prettier -l
.PHONY: lint