forked from TrueCloudLab/frostfs-http-gw
[#91] Replace golint by revive
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
0597c0c143
commit
0e2861152d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue