Skip to content

Commit ab1186d

Browse files
committed
Temporary exclusion for unparam in support of autogrow work
1 parent c91dd31 commit ab1186d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ linters:
170170
text: >-
171171
deprecated: Use `RequeueAfter` instead
172172
173+
- linters: [unparam]
174+
path: internal/controller/postgrescluster/autogrow.go
175+
text: volumeType always receives \"pgData\"
176+
173177
# https://golangci-lint.run/usage/formatters
174178
formatters:
175179
enable:

0 commit comments

Comments
 (0)