From 65aac9e42c69a1bd59c858fc2c17a962559e21fc Mon Sep 17 00:00:00 2001 From: Maximilian Pass <22845248+mpass99@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:24:38 +0200 Subject: [PATCH] Disable paralleltest linter until we address this enhancement with #631. --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index 2d80c904..c876e1b4 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -66,6 +66,7 @@ linters: - ireturn - nlreturn - nonamedreturns + - paralleltest issues: exclude-rules: