1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

chore: enforce American English spelling in golangci-lint (#1384)

This commit is contained in:
ccoVeille
2025-05-27 07:43:06 +02:00
committed by GitHub
parent fb7687352c
commit 398f7a83eb

View File

@@ -28,6 +28,8 @@ linters:
disable:
- fieldalignment
- shadow
misspell:
locale: US
nolintlint:
allow-unused: true
require-explanation: true