Skip to content

Commit

Permalink
chore: check spelling in linter (#15611)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 30, 2023
1 parent 1f2875d commit 68cd9c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -65,5 +70,5 @@ linters-settings:
nolintlint:
allow-unused: false
allow-leading-space: true
require-explanation: false
require-explanation: true
require-specific: false

0 comments on commit 68cd9c5

Please sign in to comment.