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

Merge branch 'master' into validate-goos-goarch

This commit is contained in:
Carlos Alexandro Becker 2017-03-22 20:17:33 -03:00 committed by GitHub
commit 1a509bf3f3

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