From 8c267bec9829b09f17d83d9db8abdc68c8f42cd7 Mon Sep 17 00:00:00 2001 From: notanatol Date: Mon, 26 Feb 2024 03:22:14 -0600 Subject: [PATCH] fix: linter rule --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index def3e2a3d8d..04152e8d201 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -70,6 +70,9 @@ issues: - dogsled path: pkg/pushsync/(.+)_test\.go # temporally disable dogsled in pushsync test files # temporally disable paralleltest in following packages + - linters: + - paralleltest + text: Range statement for test (.+) does not reinitialise the variable (.+) - linters: - paralleltest path: pkg/postage