aboutsummaryrefslogtreecommitdiff
path: root/lint/git-template-hooks.sh
blob: a0f7ef1aaf1fa8e047a313268ab673c255fe4c0e (plain) (blame)
1
2
3
4
5
set --
for bin in git/template/hooks/*.sh ; do
    set -- "$@" "${bin%.sh}"
done
shellcheck -e SC1090 -e SC1091 -- "$@" || exit