Thumbnail

rani/matterbridge.git

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

commit ca62d3ae29b166571230036221bc993a8098dc81 Author: Wim <wim@42.be> Date: Sat Oct 30 15:12:31 2021 +0000 Remove wrapcheck linter diff --git a/.golangci.yaml b/.golangci.yaml index bc307f7..97800aa 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1876 +1877 @@ linters: - nlreturn - exhaustivestruct - forbidigo + - wrapcheck    # rules to deal with reported isues  issues: