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:
disable:
- structcheck # gives false positives
enable:
- gofumpt
- thelper
- goimports
- tparallel
- wastedassign
- exportloopref
- copyloopvar
- unparam
- prealloc
- unconvert