Skip to content

Commit

Permalink
chore: ignore self-assignment lint for validation (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkfi authored and google-oss-prow[bot] committed Jan 5, 2024
1 parent e1a6f1b commit ebdf084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
cd "${REPO_ROOT}"

# Required environment variables
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
HELM_VERSION=${HELM_VERSION}
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
INSTALL_DIR=${INSTALL_DIR}

# Optional environment variables
Expand Down
2 changes: 2 additions & 0 deletions scripts/install-kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
cd "${REPO_ROOT}"

# Required environment variables
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
KUSTOMIZE_VERSION=${KUSTOMIZE_VERSION}
# shellcheck disable=SC2269 # validate non-null with errexit + nounset
INSTALL_DIR=${INSTALL_DIR}

# Optional environment variables
Expand Down

0 comments on commit ebdf084

Please sign in to comment.