diff options
author | Wim <wim@42.be> | 2021-10-30 15:12:31 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-10-30 15:12:31 +0200 |
commit | f65b18c2f6716744fe2f781843f83ddc325b73ec (patch) | |
tree | f03e6b699b50968a720b1d61290786de516831ad /.golangci.yaml | |
parent | b0e7b84f4014d4c2d404a5eaa1706ccf8885146e (diff) | |
download | matterbridge-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.yaml | 1 |
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: |