Bump shellcheck to 0.9.0

Fix everything it flagged.
This commit is contained in:
Tim Hockin
2023-12-10 11:19:18 -08:00
parent e5b64bdef7
commit a7cf7fe55a
10 changed files with 37 additions and 74 deletions

View File

@@ -39,6 +39,6 @@ fi
# Running locally.
for ((i=0; i < ${#ARGS[@]}; i++)); do
ARGS[$i]="$(echo "${ARGS[$i]}" | sed -e 's/\[/\\\[/g' -e 's/\]/\\\]/g' )"
ARGS[i]="$(echo "${ARGS[$i]}" | sed -e 's/\[/\\\[/g' -e 's/\]/\\\]/g' )"
done
"${KUBE_ROOT}/hack/ginkgo-e2e.sh" "--e2e-verify-service-account=false" "--dump-logs-on-failure=false" "${ARGS[@]}"