Update .golangci.yaml
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>pull/8598/head
parent
d8bb82b29e
commit
80bba2ee9c
|
@ -359,11 +359,11 @@ issues:
|
|||
- path: ".*data_upload_controller_test.go$"
|
||||
linters:
|
||||
- dupword
|
||||
text: "Duplicate words (type)"
|
||||
text: "type"
|
||||
- path: ".*config_test.go$"
|
||||
linters:
|
||||
- dupword
|
||||
text: "Duplicate words (bucket:)"
|
||||
text: "bucket"
|
||||
|
||||
# The list of ids of default excludes to include or disable. By default it's empty.
|
||||
include:
|
||||
|
|
Loading…
Reference in New Issue