Update .golangci.yaml

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/8598/head
Matthieu MOREL 2025-01-10 11:52:15 +01:00 committed by GitHub
parent 29a77958d5
commit d8bb82b29e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -356,11 +356,11 @@ issues:
- stylecheck
- unparam
- unused
- path: data_upload_controller_test.go
- path: ".*data_upload_controller_test.go$"
linters:
- dupword
text: "Duplicate words (type)"
- path: config_test.go
- path: ".*config_test.go$"
linters:
- dupword
text: "Duplicate words (bucket:)"