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:
parent
4a529c767d
commit
139344f833
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user