asdf/scripts/shellcheck.bash

13 lines
248 B
Bash
Raw Permalink Normal View History

#!/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 \
scripts/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*