Skip to content

Commit

Permalink
Disable some shellcheck warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Jan 14, 2025
1 parent 21a7eef commit e51b59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/fzf-browse-pods
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function usage() {
echo "Use fzf to browse running k8s pods"
}

# shellcheck disable=SC2120, SC2016
pods() {
: | command='kubectl get pods --all-namespaces' fzf \
--info=inline --layout=reverse --header-lines=1 \
Expand All @@ -73,4 +74,5 @@ pods() {
}

check-dependencies
# shellcheck disable=SC2119
pods

0 comments on commit e51b59d

Please sign in to comment.