Disable unused-parameter golangci check (#191)
* add lint rule exclusion for unused-parameter * re-introduce the unused parameters in plugin.go
This commit is contained in:
parent
846ffb50d3
commit
376ea7e1f5
2 changed files with 4 additions and 1 deletions
|
@ -46,3 +46,6 @@ issues:
|
|||
linters:
|
||||
- bodyclose
|
||||
- scopelint # https://github.com/kyoh86/scopelint/issues/4
|
||||
- linters:
|
||||
- revive
|
||||
text: unused-parameter
|
||||
|
|
Reference in a new issue