mirror of
https://github.com/grdl/git-get.git
synced 2026-02-10 20:09:16 +00:00
Disable mnd linter
This commit is contained in:
@@ -18,6 +18,7 @@ linters:
|
|||||||
- 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
|
- godox # TODO: enable it and handle all the remaning TODOs
|
||||||
|
- mnd # Impractical. We deal with numbers like file permissions here, it's much clearer to see them explicitly.
|
||||||
- paralleltest # Tests are fast already and paralellizing them adds complexity
|
- paralleltest # Tests are fast already and paralellizing them adds complexity
|
||||||
- testpackage # TODO: renable it and refactor tests into separate packages
|
- testpackage # TODO: renable it and refactor tests into separate packages
|
||||||
- unparam # Impractical, it flags functions that are designed to be general-purpose, but happen to only be used with specific values currently
|
- unparam # Impractical, it flags functions that are designed to be general-purpose, but happen to only be used with specific values currently
|
||||||
|
|||||||
Reference in New Issue
Block a user