asdf/scripts/shellcheck.bash
2021-05-27 02:19:54 +10:00

14 lines
267 B
Bash
Executable File

#!/usr/bin/env bash
exec shellcheck -s bash -x \
asdf.sh \
completions/*.bash \
bin/asdf \
bin/private/asdf-exec \
lib/utils.bash \
lib/commands/*.bash \
release/tag.sh \
scripts/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*