mirror of
https://github.com/grdl/git-get.git
synced 2026-02-12 06:44:03 +00:00
Disable unparam linter
This commit is contained in:
@@ -20,6 +20,7 @@ linters:
|
|||||||
- godox # TODO: enable it and handle all the remaning TODOs
|
- 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
|
||||||
- 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
|
||||||
- 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