From a8d4a27de108e9ecc0b3c641e6accbfe05c6cc8d Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sat, 5 Dec 2020 14:22:23 +0000 Subject: [PATCH] Remove locale from golangci misspell (#1324) --- .golangci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 3a13d1ef..11448e59 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -91,7 +91,6 @@ linters-settings: # Correct spellings using locale preferences for US or UK. # Default is to use a neutral variety of English. # Setting locale to US will correct the British spelling of 'colour' to 'color'. - locale: US lll: # max line length, lines longer will be reported. Default is 120. # '\t' is counted as 1 character by default, and can be changed with the tab-width option