We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12e6930 + b2751cf commit 32d8b50Copy full SHA for 32d8b50
hack/verify-staticcheck.sh
@@ -25,6 +25,7 @@ source "${KUBE_ROOT}/hack/lib/util.sh"
25
kube::golang::verify_go_version
26
27
FOCUS="${1:-}"
28
+FOCUS="${FOCUS%/}" # Remove the ending "/"
29
30
# See https://staticcheck.io/docs/checks
31
CHECKS=(
0 commit comments