From 3a5fac5c2df2863cfb33eb54667bb62181d207f1 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Sun, 24 Aug 2025 17:20:43 +0200 Subject: [PATCH] Disable testpackage linter temporarily --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 35f8c7f..c16b2c9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,6 +19,7 @@ linters: - gochecknoglobals # It's too strict and doesn't distinguish between "bad" globals (mutable shared state) and "good" globals (immutable configuration) - godox # TODO: enable it and handle all the remaning TODOs - paralleltest # Tests are fast already and paralellizing them adds complexity + - testpackage # TODO: renable it and refactor tests into separate packages - wsl # We use wsl_v5 instead - wrapcheck # Adds too much bloat, many of the errors are contextual enough and don't need wrapping