From 5b9ee0ed326eedbf1468d302da4129619f996012 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 2 Apr 2021 14:26:05 -0700 Subject: [PATCH] linter: replace deprecated scopelint with exportloopref Signed-off-by: Andrea Luzzardi --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 2a3a2233..3e2d26a7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -26,7 +26,7 @@ linters: - nakedret - prealloc - rowserrcheck - - scopelint + - exportloopref - staticcheck - structcheck - stylecheck