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

chore: avoid task error on fmt (#2694)

This commit is contained in:
Weslei Juan Novaes Pereira 2021-11-23 14:38:26 -03:00 committed by GitHub
parent 4a529c767d
commit 139344f833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ tasks:
fmt:
desc: gofumpt all code
cmds:
- gofumpt -w -l -s .
- gofumpt -w -l .
lint:
desc: Lint the code with golangci-lint