Ignore any shell script in the website directory

This commit is contained in:
Kevin van Zonneveld 2019-10-29 08:41:35 +01:00
parent 5a9a68be2b
commit ec9087f0d2

View File

@ -236,7 +236,7 @@ if [[ "$(command -v shellcheck)" ]]; then
while IFS=$'\n' read -r file; do
[[ "${file}" =~ ^\./node_modules/ ]] && continue
[[ "${file}" =~ ^\./website/\.lanyon/ ]] && continue
[[ "${file}" =~ ^\./website/ ]] && continue
echo -n " ${file}.. "