We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8b568 commit 24eeb8eCopy full SHA for 24eeb8e
devtools/format_md.sh
@@ -6,7 +6,6 @@ command -v shellcheck >/dev/null && shellcheck "$0"
6
op="write"
7
while getopts c option; do
8
case "${option}" in
9
-
10
c) op="check" ;;
11
*) ;;
12
esac
devtools/format_sh.sh
@@ -6,8 +6,8 @@ command -v shellcheck >/dev/null && shellcheck "$0"
op="w"
c) op="d" ;;
+ *) ;;
done
13
devtools/format_yml.sh
0 commit comments