unparam is one of the few gometalinter linters missing from golangci-lint. It catches unused function parameters. I don't know if it's worthwhile. Maybe that functionality is already handled by another linter? I'd like to hear from golangci about whether this is worth adding. Thanks!
Most helpful comment
hi,
supported unparam in https://github.com/golangci/golangci-lint/pull/141