Skip to content

Commit 73eeaeb

Browse files
committed
Fix exclude for revision management in .golangci.yml
Signed-off-by: Stefan Büringer [email protected]
1 parent b8d0914 commit 73eeaeb

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)