shellcheck linting

pull/30/head
deadc0de6 1 year ago
parent 3ac55e7294
commit b76dff46d6

@ -83,6 +83,7 @@ fi
shellcheck --version
find . -iname '*.sh' | while read -r script; do
shellcheck -x \
--exclude SC2002 \
"${script}"
done

Loading…
Cancel
Save