enable nonamedreturns linter

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2023-03-11 22:14:51 +01:00
parent 3a04eb00bb
commit 709e775b13
3 changed files with 19 additions and 20 deletions

View File

@ -5,6 +5,7 @@ linters:
- gofumpt
- ineffassign
- misspell
- nonamedreturns
- staticcheck
disable:
- errcheck