mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
exclude node modules from shellcheck (#1514)
This commit is contained in:
parent
f108ff8539
commit
e934e1cbc8
@ -19,6 +19,7 @@ scripts=("${MAPFILE[@]}")
|
||||
excludeDirs=(
|
||||
"cli/internal/helm/charts/cilium"
|
||||
"build"
|
||||
"docs/node_modules"
|
||||
)
|
||||
|
||||
echo "The following scripts are excluded and won't be linted with shellcheck:"
|
||||
|
@ -18,6 +18,7 @@ scripts=("${MAPFILE[@]}")
|
||||
excludeDirs=(
|
||||
"cli/internal/helm/charts/cilium"
|
||||
"build"
|
||||
"docs/node_modules"
|
||||
)
|
||||
|
||||
echo "The following scripts are excluded and won't be formatted with shfmt:"
|
||||
|
Loading…
Reference in New Issue
Block a user