mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 09:00:38 -05:00
exclude node modules from shellcheck (#1514)
This commit is contained in:
parent
f108ff8539
commit
e934e1cbc8
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue