Browse Source

.golangci: set locale to US for misspell linter (#6038)

pull/6076/head
Tess Rinearson 3 years ago
committed by GitHub
parent
commit
79ff92f5bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .golangci.yml

+ 4
- 4
.golangci.yml View File

@ -53,9 +53,9 @@ issues:
linters-settings:
dogsled:
max-blank-identifiers: 3
maligned:
suggest-new: true
# govet:
# check-shadowing: true
golint:
min-confidence: 0
maligned:
suggest-new: true
misspell:
locale: US

Loading…
Cancel
Save