enable ineffassign linter

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL 2023-03-06 11:51:40 +01:00 committed by GitHub
parent 16ba4222bc
commit 3a04eb00bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ linters:
- contextcheck
- gci
- gofumpt
- ineffassign
- misspell
- staticcheck
disable:
- errcheck
- gosimple
- ineffassign
linters-settings:
gci: