chore: check spelling in linter (#15611)

This commit is contained in:
Jacob Gadikian 2023-03-30 13:42:36 +07:00 committed by GitHub
parent 1f2875d445
commit 68cd9c505b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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