.golangci.yml: replace golint
with revive
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
5209fe1e09
commit
e503b068b6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ linters:
|
|||
enable:
|
||||
# mandatory linters
|
||||
- govet
|
||||
- golint
|
||||
- revive
|
||||
|
||||
# some default golangci-lint linters
|
||||
- deadcode
|
||||
|
|
Loading…
Reference in a new issue