Thumbnail

rani/matterbridge.git

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

commit 33395b033a19a386ce216aa1ae5d096f73f114cd Author: Wim <wim@42.be> Date: Fri Dec 10 21:54:09 2021 +0000 Disable some more linters diff --git a/.golangci.yaml b/.golangci.yaml index 97800aa..8f9b2cb 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1887 +18822 @@ linters: - exhaustivestruct - forbidigo - wrapcheck - + - varnamelen + - ireturn + - errorlint + - tparallel + - wrapcheck + - paralleltest + - makezero + - thelper + - cyclop + - revive + - importas + - gomoddirectives + - promlinter + - tagliatelle + - errname + - typecheck  # rules to deal with reported isues  issues:   # List of regexps of issue texts to exclude, empty list by default.