Skip to content

Commit 398f7a8

Browse files
authored
chore: enforce American English spelling in golangci-lint (#1384)
1 parent fb76873 commit 398f7a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ linters:
2828
disable:
2929
- fieldalignment
3030
- shadow
31+
misspell:
32+
locale: US
3133
nolintlint:
3234
allow-unused: true
3335
require-explanation: true

0 commit comments

Comments
 (0)