Skip to content

Commit

Permalink
ci(golangci): misspell linter should use UK spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 12, 2023
1 parent ae4448d commit 3287ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ linters-settings:
lll:
line-length: 140
misspell:
locale: US
locale: UK
nolintlint:
allow-leading-space: true # don't require machine-readable nolint directives (i.e. with no leading space)
allow-unused: false # report any unused nolint directives
Expand Down

0 comments on commit 3287ab9

Please sign in to comment.