diff options
author | Wim <wim@42.be> | 2021-08-24 21:41:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-08-24 21:41:15 +0200 |
commit | d4195deb3a6305c49c50ff30e8af978c7f1bdd92 (patch) | |
tree | 28290fb1dba1e3582dbeca139c5ecceea60a6b8d /.golangci.yaml | |
parent | 400ecfb79c1033dce280cf62a40a514d29d4d1d5 (diff) | |
download | matterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.tar.gz matterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.tar.bz2 matterbridge-msglm-d4195deb3a6305c49c50ff30e8af978c7f1bdd92.zip |
Disable errorlint,gci and nlreturn
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 3 |
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: |