Skip to content

Commit

Permalink
chore(Taskfile): Remove -s flag for gofumpt (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
4censord committed Dec 10, 2021
1 parent 6f312dc commit 5ab950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Expand Up @@ -67,7 +67,7 @@ tasks:
fmt:
desc: gofumpt all code
cmds:
- gofumpt -w -l -s .
- gofumpt -w -l .

ci:
desc: Run all CI steps
Expand Down

0 comments on commit 5ab950b

Please sign in to comment.