Remove unused params or returns
This commit is contained in:
parent
19cd7a4eac
commit
c9c16c7fb8
7 changed files with 15 additions and 35 deletions
|
@ -29,21 +29,20 @@ linters:
|
|||
- testpackage
|
||||
- stylecheck
|
||||
- wrapcheck
|
||||
- paralleltest
|
||||
- ifshort
|
||||
- gomnd
|
||||
- goerr113
|
||||
- errorlint
|
||||
- forcetypeassert
|
||||
- errname
|
||||
- unparam
|
||||
- makezero
|
||||
- gosec
|
||||
- gocritic
|
||||
- forbidigo
|
||||
- dupl
|
||||
- goconst
|
||||
- varnamelen
|
||||
- makezero
|
||||
- paralleltest
|
||||
|
||||
# We might want to enable this, but it might be a lot of work
|
||||
- cyclop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue