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

Disable wrapcheck linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 15:00:15 +02:00
parent 0bf2765349
commit 288a642483

View File

@@ -13,9 +13,10 @@ linters:
default: all default: all
disable: disable:
- depguard # We don't have any packages we need to block - depguard # We don't have any packages we need to block
- paralleltest # Tests are fast already and paralellizing them adds complexity - paralleltest # Tests are fast already and paralellizing them adds complexity
- wsl # We use wsl_v5 instead - wsl # We use wsl_v5 instead
- wrapcheck # Adds too much bloat, many of the errors are contextual enough and don't need wrapping
exclusions: exclusions:
rules: rules: