File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ indent_style = tab
1818
1919[* .{sh,bash,bats} ]
2020indent_size = 4
21+ simplify = true
Original file line number Diff line number Diff line change 1919 find tests -name ' *.bash' | xargs shellcheck -s bash -e $(SC_EXCLUDES )
2020 find tests -name ' *.bats' | xargs shellcheck -s bash -e $(SC_EXCLUDES )
2121 find scripts -name ' *.sh' | xargs shellcheck -s bash -e $(SC_EXCLUDES )
22- find tests -name ' *.bash' | xargs shfmt --simplify -- diff --indent 4
23- find tests -name ' *.bats' | xargs shfmt --simplify -- diff --indent 4
24- find scripts -name ' *.sh' | xargs shfmt --simplify -- diff --indent 4
22+ find tests -name ' *.bash' | xargs shfmt --diff
23+ find tests -name ' *.bats' | xargs shfmt --diff
24+ find scripts -name ' *.sh' | xargs shfmt --diff
2525
2626DEPS = bin/darwin/jq bin/linux/jq
2727
You can’t perform that action at this time.
0 commit comments