disable unused linter for tests

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

View File

@ -183,6 +183,7 @@ issues:
- gocritic
- gosec
- staticcheck
- unused
exclude-use-default: true
exclude-case-sensitive: false
max-issues-per-linter: 0