Thumbnail

rani/matterbridge.git

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

commit 5483ecca29cad27e7878ee140349d4daf63795a1 Author: Wim <wim@42.be> Date: Tue Aug 24 21:41:15 2021 +0000 Disable errorlint,gci and nlreturn diff --git a/.golangci.yaml b/.golangci.yaml index 810a992..5c64c88 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1826 +1829 @@ linters: - interfacer - goheader - noctx + - gci + - errorlint + - nlreturn    # rules to deal with reported isues  issues: