.golangci.yml: rm legacy and common-false-positives

Those were originally added by golangci-lint migrate, but currently do
not result in any warnings being suppressed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-04-14 11:38:03 -07:00
parent 543a7ea062
commit 8690b20732

View File

@ -69,8 +69,6 @@ linters:
generated: strict
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
rules:
- linters: