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