1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

chore: increase gometalinter deadline

This commit is contained in:
Carlos Alexandro Becker 2018-05-13 17:10:14 -03:00
parent 2498313866
commit 08c4f46843
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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