1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00

increased deadline

Check https://github.com/dominikh/go-tools/issues/63 for details
This commit is contained in:
Carlos Alexandro Becker
2017-03-22 19:53:27 -03:00
parent e5c67a1a11
commit 8110892f6a
+1 -1
View File
@@ -29,7 +29,7 @@ lint: ## Run all the linters
--enable=errcheck \
--enable=vet \
--enable=vetshadow \
--deadline=1m \
--deadline=5m \
./...
ci: lint test ## Run all the tests and code checks