summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-10-16 22:38:12 +0200
committerWim <wim@42.be>2021-10-16 22:38:12 +0200
commit57fce93af7f64f025cec6f3ed6088163086bc9fe (patch)
treeaae93ed2d48daf4a7873fbad5ac15f022be1727f /.golangci.yaml
parent110b6a143168f2950b6ec165bb2b0d32ef5f6591 (diff)
downloadmatterbridge-msglm-57fce93af7f64f025cec6f3ed6088163086bc9fe.tar.gz
matterbridge-msglm-57fce93af7f64f025cec6f3ed6088163086bc9fe.tar.bz2
matterbridge-msglm-57fce93af7f64f025cec6f3ed6088163086bc9fe.zip
Disable exhaustivestruct 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 5c64c886..0d46f732 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -185,6 +185,7 @@ linters:
- gci
- errorlint
- nlreturn
+ - exhaustivestruct
# rules to deal with reported isues
issues: