We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2810d4d commit 07c9652Copy full SHA for 07c9652
1 file changed
.golangci.yaml
@@ -184,6 +184,11 @@ linters:
184
text: >-
185
GetEventRecorderFor is deprecated
186
187
+ - linters: [staticcheck]
188
+ path: internal/controller/(postgrescluster|pgupgrade|standalone_pgadmin)|(internal/bridge)
189
+ text: >-
190
+ client.Apply is deprecated
191
+
192
# https://golangci-lint.run/usage/formatters
193
formatters:
194
enable:
0 commit comments