We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605d69a commit 2810d4dCopy full SHA for 2810d4d
1 file changed
.golangci.yaml
@@ -179,6 +179,11 @@ linters:
179
text: >-
180
deprecated: Use `RequeueAfter` instead
181
182
+ - linters: [staticcheck]
183
+ path: (internal/controller/(postgrescluster|pgupgrade|standalone_pgadmin))|(cmd/postgres-operator)
184
+ text: >-
185
+ GetEventRecorderFor is deprecated
186
+
187
# https://golangci-lint.run/usage/formatters
188
formatters:
189
enable:
0 commit comments