disable unused linter for tests

This commit is contained in:
Tyschitskaya Maria 2022-04-21 12:41:37 +03:00
parent 627ceae0bc
commit 53b2a7e774

View File

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