asdf/lint.sh

9 lines
257 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
exec shellcheck -s bash -x \
asdf.sh lint.sh release/tag.sh \
2017-09-04 10:04:56 -07:00
bin/asdf bin/private/asdf-exec \
lib/utils.sh lib/commands/*.sh \
completions/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*