asdf/lint.sh
2019-03-24 18:39:47 -04:00

9 lines
257 B
Bash
Executable File

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