mirror of
https://github.com/grdl/git-get.git
synced 2026-02-15 18:40:09 +00:00
Disable gochecknoglobals linter
This commit is contained in:
@@ -14,6 +14,7 @@ linters:
|
|||||||
|
|
||||||
disable:
|
disable:
|
||||||
- depguard # We don't have any packages we need to block
|
- depguard # We don't have any packages we need to block
|
||||||
|
- gochecknoglobals # It's too strict and doesn't distinguish between "bad" globals (mutable shared state) and "good" globals (immutable configuration)
|
||||||
- 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
|
- wrapcheck # Adds too much bloat, many of the errors are contextual enough and don't need wrapping
|
||||||
|
|||||||
Reference in New Issue
Block a user