exclude node modules from shellcheck (#1514)

This commit is contained in:
3u13r 2023-03-28 13:38:20 +02:00 committed by GitHub
parent f108ff8539
commit e934e1cbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ scripts=("${MAPFILE[@]}")
excludeDirs=( excludeDirs=(
"cli/internal/helm/charts/cilium" "cli/internal/helm/charts/cilium"
"build" "build"
"docs/node_modules"
) )
echo "The following scripts are excluded and won't be linted with shellcheck:" echo "The following scripts are excluded and won't be linted with shellcheck:"

View File

@ -18,6 +18,7 @@ scripts=("${MAPFILE[@]}")
excludeDirs=( excludeDirs=(
"cli/internal/helm/charts/cilium" "cli/internal/helm/charts/cilium"
"build" "build"
"docs/node_modules"
) )
echo "The following scripts are excluded and won't be formatted with shfmt:" echo "The following scripts are excluded and won't be formatted with shfmt:"