aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
blob: 6457da35341174ff092c81fcd457e0fe76439458 (plain) (blame)
1
2
3
4
5
6
7
8
9
set \
    bash/bash_completion \
    bash/bash_completion.d/*.bash \
    bash/bash_logout \
    bash/bash_profile \
    bash/bashrc \
    bash/bashrc.d/*.bash
shellcheck -e SC1090 -s bash -- "$@" || exit
printf 'GNU Bash dotfiles linted successfully.\n'