Thumbnail

rani/matterbridge.git

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

commit af11265e7da4a3fc277c39ad0cc48508903cf501 Author: Wim <wim@42.be> Date: Sat Oct 16 22:38:12 2021 +0000 Disable exhaustivestruct linter diff --git a/.golangci.yaml b/.golangci.yaml index 5c64c88..0d46f73 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1856 +1857 @@ linters: - gci - errorlint - nlreturn + - exhaustivestruct    # rules to deal with reported isues  issues: