6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 14:31:49 +00:00

Disable testpackage linter temporarily

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 17:20:43 +02:00
parent eadc2ff45e
commit 3a5fac5c2d

View File

@@ -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