Skip to content

Commit

Permalink
bazel: fix exclude dir
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Nov 21, 2023
1 parent fa02ef3 commit ec4a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/ci/shellcheck.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ readarray -t <<< "${scriptsStr}"
scripts=("${MAPFILE[@]}")

excludeDirs=(
"cli/internal/helm/charts/cilium"
"internal/helm/charts/cilium"
"build"
"docs/node_modules"
)
Expand Down

0 comments on commit ec4a91f

Please sign in to comment.