enable gocritic linter

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2023-03-12 10:24:30 +01:00
parent 5a7619c019
commit 79f524689c
13 changed files with 39 additions and 33 deletions

View File

@ -2,6 +2,7 @@ linters:
enable:
- contextcheck
- gci
- gocritic
- gofumpt
- gosimple
- ineffassign