Skip to content

Commit fdd1bb9

Browse files
authored
Merge pull request kubernetes-sigs#11060 from sbueringer/pr-fix-golangci-lint
🌱 Fix exclude for revision management in .golangci.yml
2 parents a15a701 + 73eeaeb commit fdd1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ issues:
238238
# Deprecations for MD revision management
239239
- linters:
240240
- staticcheck
241-
text: "SA1019: (deployment|m|md)(.Spec.RevisionHistoryLimit)|clusterv1.RevisionHistoryAnnotation|c.RolloutUndo is deprecated"
241+
text: "SA1019: ((deployment|m|md).Spec.RevisionHistoryLimit|clusterv1.RevisionHistoryAnnotation|c.RolloutUndo) is deprecated"
242242
# Deprecations for MHC MaxUnhealthy, UnhealthyRange
243243
- linters:
244244
- staticcheck

0 commit comments

Comments
 (0)