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

test: disable golanci-lint on tests for now

This commit is contained in:
Carlos Alexandro Becker 2018-06-06 20:44:11 -03:00
parent a5bb81b7d1
commit 2a9e770d47
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:
golangci-lint run --enable-all ./...
golangci-lint run --tests=false --enable-all ./...
find . -name '*.md' -not -wholename './vendor/*' | xargs prettier -l
.PHONY: lint