.golangci.yml: replace golint with revive

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-09-14 14:39:23 +03:00
parent 5209fe1e09
commit e503b068b6

View file

@ -29,7 +29,7 @@ linters:
enable: enable:
# mandatory linters # mandatory linters
- govet - govet
- golint - revive
# some default golangci-lint linters # some default golangci-lint linters
- deadcode - deadcode