summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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