From bc40a6616042ab9fed9435443a94c3eda70d7d46 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 14 Jan 2025 07:52:51 +1300 Subject: [PATCH] chore: disable `paralleltest` linter --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 6ed24afb..0f7ba603 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -62,7 +62,6 @@ linters: # - noctx - nolintlint # - nosprintfhostport -# - paralleltest # - perfsprint # - prealloc - predeclared @@ -90,7 +89,8 @@ linters: - zerologlint disable-all: true # disable: -# - tparallel # Parallel tests mixes up log lines of multiple tests in the internal test runner +# - paralleltest # Parallel tests mixes up log lines of multiple tests in the internal test runner +# - tparallel # Parallel tests mixes up log lines of multiple tests in the internal test runner linters-settings: forbidigo: