aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
blob: 2b6342aef342428f24d89daef5d220483ce8b398 (plain) (blame)
1
2
3
4
5
6
7
8
set \
    bash/bash_completion \
    bash/bash_completion.d/*.bash \
    bash/bash_logout \
    bash/bash_profile \
    bash/bashrc \
    bash/bashrc.d/*.bash
shellcheck -e SC1090 -e SC1091 -s bash -- "$@" || exit