summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-12-10 21:54:09 +0100
committerWim <wim@42.be>2021-12-10 21:54:09 +0100
commite1eebcd4e0d6fd491fb6096432cdc75805558469 (patch)
treed265f059e844a7a2e0e823513ad04786d52e9f9d /.golangci.yaml
parent062b831e88b5433c80b05da8a68937b553ec0055 (diff)
downloadmatterbridge-msglm-e1eebcd4e0d6fd491fb6096432cdc75805558469.tar.gz
matterbridge-msglm-e1eebcd4e0d6fd491fb6096432cdc75805558469.tar.bz2
matterbridge-msglm-e1eebcd4e0d6fd491fb6096432cdc75805558469.zip
Disable some more linters
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 97800aab..8f9b2cbf 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -188,7 +188,22 @@ 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.