Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 7c23711153e94f161049bfb101a94d18941ff46a Author: Qais Patankar <qaisjp@gmail.com> Date: Sat Dec 05 14:22:23 2020 +0000 Remove locale from golangci misspell (#1324) diff --git a/.golangci.yaml b/.golangci.yaml index 3a13d1e..11448e5 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -917 +916 @@ 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