summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-10-30 15:12:31 +0200
committerWim <wim@42.be>2021-10-30 15:12:31 +0200
commitf65b18c2f6716744fe2f781843f83ddc325b73ec (patch)
treef03e6b699b50968a720b1d61290786de516831ad /.golangci.yaml
parentb0e7b84f4014d4c2d404a5eaa1706ccf8885146e (diff)
downloadmatterbridge-msglm-f65b18c2f6716744fe2f781843f83ddc325b73ec.tar.gz
matterbridge-msglm-f65b18c2f6716744fe2f781843f83ddc325b73ec.tar.bz2
matterbridge-msglm-f65b18c2f6716744fe2f781843f83ddc325b73ec.zip
Remove wrapcheck linter
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index bc307f7c..97800aab 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -187,6 +187,7 @@ linters:
- nlreturn
- exhaustivestruct
- forbidigo
+ - wrapcheck
# rules to deal with reported isues
issues: