summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-12-05 14:22:23 +0000
committerGitHub <noreply@github.com>2020-12-05 15:22:23 +0100
commita8d4a27de108e9ecc0b3c641e6accbfe05c6cc8d (patch)
tree4d87a2f2955e953a80dc4f1b76df44088ebc8aa4 /.golangci.yaml
parentc42167c6f46888281fb823d7263771d261365a1c (diff)
downloadmatterbridge-msglm-a8d4a27de108e9ecc0b3c641e6accbfe05c6cc8d.tar.gz
matterbridge-msglm-a8d4a27de108e9ecc0b3c641e6accbfe05c6cc8d.tar.bz2
matterbridge-msglm-a8d4a27de108e9ecc0b3c641e6accbfe05c6cc8d.zip
Remove locale from golangci misspell (#1324)
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml1
1 files changed, 0 insertions, 1 deletions
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