.golangci.yml: enable unparam linter
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
0b86b16163
commit
acbe301438
|
@ -10,3 +10,4 @@ linters:
|
|||
enable:
|
||||
- revive
|
||||
- unconvert
|
||||
- unparam
|
||||
|
|
Loading…
Reference in New Issue