Skip to content

Commit

Permalink
Quiet linter warnings about PVC condition values
Browse files Browse the repository at this point in the history
Issue: PGO-2010
  • Loading branch information
cbandy committed Dec 10, 2024
1 parent 49a16f9 commit 9c430b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ issues:
path: internal/kubernetes/discovery.go
text: k8s.io/client-go/discovery

# PGO-2010
- linters: [exhaustive]
path: internal/controller/postgrescluster/volumes.go
text: 'v1.PersistentVolumeClaimConditionType: v1.PersistentVolumeClaimControllerResizeError, v1.PersistentVolumeClaimNodeResizeError$'

# These value types have unmarshal methods.
# https://github.com/raeperd/recvcheck/issues/7
- linters: [recvcheck]
Expand Down

0 comments on commit 9c430b0

Please sign in to comment.