Skip to content

Commit 0e8ef9c

Browse files
authored
Merge pull request kubernetes#123334 from pohly/lint-skip-in-verify
golangci-lint: optionally skip it during "make verify", II
2 parents 6c04679 + c1f2fe7 commit 0e8ef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-rules/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
# Exclude golangci-lint if requested, for example in pull-kubernetes-verify.
6262
if [[ ${EXCLUDE_GOLANGCI_LINT:-} =~ ^[yY]$ ]]; then
6363
EXCLUDED_PATTERNS+=(
64-
"verify-golangci.sh" # runs in separate pull-kubernetes-verify-lint
64+
"verify-golangci-lint.sh" # runs in separate pull-kubernetes-verify-lint
6565
)
6666
fi
6767

0 commit comments

Comments
 (0)