Skip to content

Commit

Permalink
Merge pull request #11060 from sbueringer/pr-fix-golangci-lint
Browse files Browse the repository at this point in the history
🌱 Fix exclude for revision management in .golangci.yml
  • Loading branch information
k8s-ci-robot authored Aug 15, 2024
2 parents a15a701 + 73eeaeb commit fdd1bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ issues:
# Deprecations for MD revision management
- linters:
- staticcheck
text: "SA1019: (deployment|m|md)(.Spec.RevisionHistoryLimit)|clusterv1.RevisionHistoryAnnotation|c.RolloutUndo is deprecated"
text: "SA1019: ((deployment|m|md).Spec.RevisionHistoryLimit|clusterv1.RevisionHistoryAnnotation|c.RolloutUndo) is deprecated"
# Deprecations for MHC MaxUnhealthy, UnhealthyRange
- linters:
- staticcheck
Expand Down

0 comments on commit fdd1bb9

Please sign in to comment.