Skip to content

Commit bae422c

Browse files
committed
ignore errors.MachineStatusError deprecation
1 parent 62fe3b7 commit bae422c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ issues:
203203
- linters:
204204
- staticcheck
205205
text: "SA1019: .*PreferredAPIServerCIDR is deprecated"
206+
# Deprecations for FailureReason
207+
- linters:
208+
- staticcheck
209+
text: "SA1019: \"sigs.k8s.io/cluster-api/errors\" is deprecated:"
206210
# Deprecations for old api groups
207211
- linters:
208212
- staticcheck

0 commit comments

Comments
 (0)