We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d31c64 + 6e3dadd commit 4ed32f4Copy full SHA for 4ed32f4
1 file changed
bats/Makefile
@@ -19,9 +19,9 @@ lint:
19
find tests -name '*.bash' | xargs shellcheck -s bash -e $(SC_EXCLUDES)
20
find tests -name '*.bats' | xargs shellcheck -s bash -e $(SC_EXCLUDES)
21
find scripts -name '*.sh' | xargs shellcheck -s bash -e $(SC_EXCLUDES)
22
- find tests -name '*.bash' | xargs shfmt -s -d
23
- find tests -name '*.bats' | xargs shfmt -s -d
24
- find scripts -name '*.sh' | xargs shfmt -s -d
+ find tests -name '*.bash' | xargs shfmt --simplify --diff --indent 4
+ find tests -name '*.bats' | xargs shfmt --simplify --diff --indent 4
+ find scripts -name '*.sh' | xargs shfmt --simplify --diff --indent 4
25
26
DEPS = bin/darwin/jq bin/linux/jq
27
0 commit comments