mirror of
https://github.com/grdl/git-get.git
synced 2026-02-15 00:35:18 +00:00
Fix issues found by revive linter
This commit is contained in:
@@ -26,6 +26,7 @@ linters:
|
||||
linters:
|
||||
- dupl # We don't mind duplicated code in tests. It helps with clarity
|
||||
- varnamelen # We don't mind short var names in tests.
|
||||
- revive # Complains too much about unused-params, but they help with tests readibility
|
||||
- path: test/
|
||||
linters:
|
||||
- dupl
|
||||
|
||||
Reference in New Issue
Block a user