1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

Merge pull request #144 from goreleaser/linters

increased gometalinter deadline
This commit is contained in:
Carlos Alexandro Becker
2017-03-22 20:17:20 -03:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ lint: ## Run all the linters
--enable=errcheck \
--enable=vet \
--enable=vetshadow \
--deadline=1m \
--deadline=10m \
./...
ci: lint test ## Run all the tests and code checks