asdf/lint.sh

9 lines
236 B
Bash
Raw Normal View History

#!/usr/bin/env bash
exec shellcheck -s bash -x \
2019-11-29 09:15:38 -07:00
asdf.sh lint.sh release/tag.sh \
bin/asdf bin/private/asdf-exec \
lib/utils.sh lib/commands/* \
completions/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*