Remove unused params or returns

This commit is contained in:
Kristoffer Dalby 2021-11-14 18:03:21 +01:00
parent 19cd7a4eac
commit c9c16c7fb8
No known key found for this signature in database
GPG key ID: 09F62DC067465735
7 changed files with 15 additions and 35 deletions

View file

@ -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