diff options
author | Wim <wim@42.be> | 2021-10-16 22:38:12 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-10-16 22:38:12 +0200 |
commit | 57fce93af7f64f025cec6f3ed6088163086bc9fe (patch) | |
tree | aae93ed2d48daf4a7873fbad5ac15f022be1727f /.golangci.yaml | |
parent | 110b6a143168f2950b6ec165bb2b0d32ef5f6591 (diff) | |
download | matterbridge-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.yaml | 1 |
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: |