Update .golangci.yaml

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2025-01-10 11:52:15 +01:00
committed by GitHub
parent 29a77958d5
commit d8bb82b29e

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:)"