mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +00:00
Ignore any shell script in the website directory
This commit is contained in:
parent
5a9a68be2b
commit
ec9087f0d2
@ -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}.. "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user