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.
1 parent 37651f1 commit b2751cfCopy full SHA for b2751cf
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