1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +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
commit a505f74627

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