Skip to content

Commit e51b59d

Browse files
committed
Disable some shellcheck warnings
Signed-off-by: Joe Block <[email protected]>
1 parent 21a7eef commit e51b59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/fzf-browse-pods

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function usage() {
5858
echo "Use fzf to browse running k8s pods"
5959
}
6060

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

7576
check-dependencies
77+
# shellcheck disable=SC2119
7678
pods

0 commit comments

Comments
 (0)