summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-08-24 21:41:15 +0200
committerWim <wim@42.be>2021-08-24 21:41:15 +0200
commitd4195deb3a6305c49c50ff30e8af978c7f1bdd92 (patch)
tree28290fb1dba1e3582dbeca139c5ecceea60a6b8d
parent400ecfb79c1033dce280cf62a40a514d29d4d1d5 (diff)
downloadmatterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.tar.gz
matterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.tar.bz2
matterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.zip
Disable errorlint,gci and nlreturn
-rw-r--r--.golangci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 810a9928..5c64c886 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -182,6 +182,9 @@ linters:
- interfacer
- goheader
- noctx
+ - gci
+ - errorlint
+ - nlreturn
# rules to deal with reported isues
issues: