mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
fix: .golangci.yml key 'linters-settings' duplicate entry (#15589)
This commit is contained in:
parent
99fbfe2421
commit
d7cd857c7c
@ -1,6 +1,12 @@
|
||||
linters-settings:
|
||||
golint:
|
||||
min-confidence: 0
|
||||
gofumpt:
|
||||
lang-version: "1.17"
|
||||
|
||||
# Choose whether or not to use the extra rules that are disabled
|
||||
# by default
|
||||
extra-rules: false
|
||||
|
||||
misspell:
|
||||
locale: US
|
||||
@ -24,14 +30,6 @@ linters:
|
||||
- tenv
|
||||
- durationcheck
|
||||
|
||||
linters-settings:
|
||||
gofumpt:
|
||||
lang-version: "1.17"
|
||||
|
||||
# Choose whether or not to use the extra rules that are disabled
|
||||
# by default
|
||||
extra-rules: false
|
||||
|
||||
issues:
|
||||
exclude-use-default: false
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user