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

fix: do not lint main-packr.go

This commit is contained in:
Carlos Alexandro Becker 2018-03-01 22:25:06 -03:00
parent 2ff058fd64
commit c21689f8e0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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