disable unused linter for tests

This commit is contained in:
Alex Lushpai 2022-04-22 09:38:29 +03:00 committed by GitHub
commit 615d7b3e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ issues:
- gocognit
- gocyclo
- godot
- unused
exclude-use-default: true
exclude-case-sensitive: false
max-issues-per-linter: 0