From 1c094c1021576e3851fff383e29c7d20b61c7521 Mon Sep 17 00:00:00 2001 From: James Pond Date: Wed, 24 Jan 2024 19:12:54 -0300 Subject: [PATCH] Remove paralleltest linter Need to rewrite the tests before I can enable this linter again. Not happening anytime soon. Signed-off-by: James Pond --- .golangci.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.toml b/.golangci.toml index 4f8eb6d..f6b2919 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -47,7 +47,6 @@ enable = [ "noctx", "nolintlint", "nosprintfhostport", - "paralleltest", "perfsprint", "prealloc", "predeclared",