Skip to content

Commit 07c9652

Browse files
committed
Update golangci-lint config for client.Apply deprecation
Silence the static check linter until comprehensive update is developed.
1 parent 2810d4d commit 07c9652

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ linters:
184184
text: >-
185185
GetEventRecorderFor is deprecated
186186
187+
- linters: [staticcheck]
188+
path: internal/controller/(postgrescluster|pgupgrade|standalone_pgadmin)|(internal/bridge)
189+
text: >-
190+
client.Apply is deprecated
191+
187192
# https://golangci-lint.run/usage/formatters
188193
formatters:
189194
enable:

0 commit comments

Comments
 (0)