We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74768f1 commit 0131950Copy full SHA for 0131950
.golangci.yml
@@ -61,7 +61,21 @@ issues:
61
- path: internal/namespaces/instance
62
linters:
63
- staticcheck
64
- text: "SA1019:.*Organization"
+ text: "SA1019:.*(Organization)"
65
+
66
+ # Instance Public IP is mark as deprecated in the SDK
67
+ # This rule ignore this deprecation
68
+ - path: internal/namespaces
69
+ linters:
70
+ - staticcheck
71
+ text: "SA1019:.*PublicIP is deprecated.*"
72
73
74
75
+ - path: internal/namespaces/instance
76
77
78
+ text: "SA1019:.*\\.IPv6.*"
79
80
- path: internal/tabwriter
81
0 commit comments