mirror of
https://github.com/grdl/git-get.git
synced 2026-02-11 04:14:15 +00:00
Disable godox linter temporarily
This commit is contained in:
@@ -17,6 +17,7 @@ linters:
|
|||||||
- exhaustruct # Too pedantic and impractical. Explicitly setting all struct values goes against Go's zero-value philosophy
|
- exhaustruct # Too pedantic and impractical. Explicitly setting all struct values goes against Go's zero-value philosophy
|
||||||
- forbidigo # Not suitable for CLI apps where printing to stdout is fine
|
- forbidigo # Not suitable for CLI apps where printing to stdout is fine
|
||||||
- gochecknoglobals # It's too strict and doesn't distinguish between "bad" globals (mutable shared state) and "good" globals (immutable configuration)
|
- 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
|
- 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