We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b87473 commit aad02d3Copy full SHA for aad02d3
ci/fmt.sh
@@ -16,7 +16,7 @@ gen() {
16
fmt() {
17
gofmt -w -s .
18
go run go.coder.com/go-tools/cmd/goimports -w "-local=$(go list -m)" .
19
- go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr ..
+ go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr .
20
# shellcheck disable=SC2046
21
npx prettier \
22
--write \
0 commit comments