Update .golangci.yaml
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>pull/8598/head
parent
29a77958d5
commit
d8bb82b29e
|
@ -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:)"
|
||||
|
|
Loading…
Reference in New Issue