enable nakedret linter

This commit is contained in:
Matthieu MOREL 2021-12-20 22:48:39 +01:00 committed by GitHub
parent 26caa5cc87
commit 8f2ac4a6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ linters:
- goimports - goimports
- gosec - gosec
- misspell - misspell
- nakedret
- revive - revive
- unconvert - unconvert
- unparam - unparam