Skip to content

Commit

Permalink
update: lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 11, 2023
1 parent 366c13a commit 154bb65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ py_bin_checks

# chcek scripts
which shellcheck && \
shellcheck scripts/{library/,}*.sh
find . -name '*.sh' -print0 | xargs shellcheck

# check spelling
which aspell && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Where:
-sl | --schema-location Location containing schemas"
}

which kustomize && KUSTOMIZE="kustomize build"
which kustomize && KUSTOMIZE_CMD="kustomize build"

KUSTOMIZE_CMD="${KUSTOMIZE_CMD:-oc kustomize}"
IGNORE_MISSING_SCHEMAS="--ignore-missing-schemas"
Expand Down

0 comments on commit 154bb65

Please sign in to comment.