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 405a8bf commit 1a19db2Copy full SHA for 1a19db2
.golangci.yml
@@ -132,6 +132,12 @@ linters:
132
text: (Expect directory permissions to be 0750 or less|Expect file permissions to be 0600 or less)
133
- path: (.+)\.go$
134
text: (G104|G307)
135
+
136
+ # Temporary exclusion during upgrade from CAPI 1.10 to CAPI 1.11
137
+ - linters:
138
+ - staticcheck
139
+ text: 'SA1019: .* This package is deprecated and is going to be removed when support for v1beta1 will be dropped'
140
141
paths:
142
- zz_generated.*\.go$
143
- .*conversion.*\.go$
0 commit comments