1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-25 12:24:44 +02:00

tabs vs spaces

This commit is contained in:
Carlos Alexandro Becker 2017-01-11 14:55:16 -02:00
parent 362d2c61dc
commit 22e9fb8b43
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 3 additions and 3 deletions

View File

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