We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fd64a commit 3d07833Copy full SHA for 3d07833
.golangci.yaml
@@ -211,7 +211,7 @@ issues:
211
- errcheck
212
- forcetypeassert
213
- exhaustruct # This is unhelpful in tests.
214
- - unused-parameter # TODO(JonA): disabling in order to update golangci-lint
+ - revive:unused-parameter # TODO(JonA): disabling in order to update golangci-lint
215
- gosec # TODO(JonA): disabling in order to update golangci-lint
216
- path: scripts/*
217
linters:
0 commit comments