disable unused linter for tests

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

View File

@ -178,6 +178,7 @@ issues:
- gocognit
- gocyclo
- godot
- unused
- path: \.go
text: "Error return value of `io.WriteString` is not checked"
exclude-use-default: true