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 6c04679 + c1f2fe7 commit 0e8ef9cCopy full SHA for 0e8ef9c
hack/make-rules/verify.sh
@@ -61,7 +61,7 @@ fi
61
# Exclude golangci-lint if requested, for example in pull-kubernetes-verify.
62
if [[ ${EXCLUDE_GOLANGCI_LINT:-} =~ ^[yY]$ ]]; then
63
EXCLUDED_PATTERNS+=(
64
- "verify-golangci.sh" # runs in separate pull-kubernetes-verify-lint
+ "verify-golangci-lint.sh" # runs in separate pull-kubernetes-verify-lint
65
)
66
fi
67
0 commit comments