Skip to content

Commit ebdf084

Browse files
karlkfigoogle-oss-prow[bot]
authored andcommitted
chore: ignore self-assignment lint for validation (#1093)
1 parent e1a6f1b commit ebdf084

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/install-helm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
1919
cd "${REPO_ROOT}"
2020

2121
# Required environment variables
22+
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
2223
HELM_VERSION=${HELM_VERSION}
24+
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
2325
INSTALL_DIR=${INSTALL_DIR}
2426

2527
# Optional environment variables

scripts/install-kustomize.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
1919
cd "${REPO_ROOT}"
2020

2121
# Required environment variables
22+
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
2223
KUSTOMIZE_VERSION=${KUSTOMIZE_VERSION}
24+
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
2325
INSTALL_DIR=${INSTALL_DIR}
2426

2527
# Optional environment variables

0 commit comments

Comments
 (0)