remove deprecated linters according to output

This commit is contained in:
Clément PÉAU 2025-05-04 14:29:44 +02:00
parent f34b6dbbe3
commit 47d041af79

View file

@ -1,13 +1,11 @@
linters: linters:
disable:
- structcheck # gives false positives
enable: enable:
- gofumpt - gofumpt
- thelper - thelper
- goimports - goimports
- tparallel - tparallel
- wastedassign - wastedassign
- exportloopref - copyloopvar
- unparam - unparam
- prealloc - prealloc
- unconvert - unconvert