.golangci.lint: add unparam linter

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-11-29 20:01:35 -08:00
parent 953e56c56f
commit 02475d9c8b

View File

@@ -9,3 +9,4 @@ linters:
- gofumpt
- errorlint
- unconvert
- unparam