Skip to content

Commit 3d07833

Browse files
committed
ignore unused parameters in tests
1 parent 02fd64a commit 3d07833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ issues:
211211
- errcheck
212212
- forcetypeassert
213213
- exhaustruct # This is unhelpful in tests.
214-
- unused-parameter # TODO(JonA): disabling in order to update golangci-lint
214+
- revive:unused-parameter # TODO(JonA): disabling in order to update golangci-lint
215215
- gosec # TODO(JonA): disabling in order to update golangci-lint
216216
- path: scripts/*
217217
linters:

0 commit comments

Comments
 (0)