Replace deprecated linter (#9571)

Upstream is replacing `golint` with `revive`.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
Ben Kochie 2021-10-23 00:36:59 +02:00 committed by GitHub
parent 91726e33a0
commit 1c624c58ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ run:
linters:
enable:
- depguard
- golint
- revive
issues:
exclude-rules: