golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
15.53k stars 1.38k forks source link

add unparam linter? #124

Closed ryboe closed 6 years ago

ryboe commented 6 years ago

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!

jirfag commented 6 years ago

hi, supported unparam in https://github.com/golangci/golangci-lint/pull/141

ryboe commented 6 years ago

You're my hero, dude.