chore: check spelling in linter (#15611)
This commit is contained in:
parent
1f2875d445
commit
68cd9c505b
@ -53,6 +53,11 @@ issues:
|
||||
max-same-issues: 10000
|
||||
|
||||
linters-settings:
|
||||
misspell:
|
||||
# Correct spellings using locale preferences for US or UK.
|
||||
# Setting locale to US will correct the British spelling of 'colour' to 'color'.
|
||||
# Default is to use a neutral variety of English.
|
||||
locale: US
|
||||
gofumpt:
|
||||
# Choose whether to use the extra rules.
|
||||
# Default: false
|
||||
@ -65,5 +70,5 @@ linters-settings:
|
||||
nolintlint:
|
||||
allow-unused: false
|
||||
allow-leading-space: true
|
||||
require-explanation: false
|
||||
require-explanation: true
|
||||
require-specific: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user