ci(deps): fix govet in ".*_test.go$" (#6736)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-27 04:56:54 +02:00
committed by GitHub
parent 3a4e845e4b
commit 21114c98be
3 changed files with 7 additions and 4 deletions

View File

@@ -112,10 +112,13 @@ issues:
- bodyclose
- goconst
- gosec
- govet
- ineffassign
- misspell
- unused
- path: ".*_test.go$"
linters:
- govet
text: "copylocks:"
- path: ".*_test.go$"
linters:
- gocritic