remove deprecated linters from golangci-lint

This commit is contained in:
Roman Isaev 2025-02-12 20:55:01 +00:00
parent 1b8a659eca
commit b74b52de4a
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F

View file

@ -167,7 +167,6 @@ linters:
- gosimple
- govet
- ineffassign
- megacheck
- misspell # Check code comments, whereas misspell in CI checks *.md files
- nakedret
- staticcheck
@ -182,13 +181,9 @@ linters:
- gochecknoinits
- gocritic
- gofmt
- golint
- gosec # Should turn back on soon
- interfacer
- lll
- maligned
- prealloc # Should turn back on soon
- scopelint
- stylecheck
- typecheck # Should turn back on soon
- unconvert # Should turn back on soon