From 1c624c58ca934f618be737b4995e22051f5724c1 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sat, 23 Oct 2021 00:36:59 +0200 Subject: [PATCH] Replace deprecated linter (#9571) Upstream is replacing `golint` with `revive`. Signed-off-by: SuperQ --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 642cf45c86..f9d72c01e2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ run: linters: enable: - depguard - - golint + - revive issues: exclude-rules: