Replace deprecated linter (#9571)

Upstream is replacing `golint` with `revive`.

Signed-off-by: SuperQ <superq@gmail.com>
pull/9573/head
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
1 changed files with 1 additions and 1 deletions

View File

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