diff options
author | Wim <wim@42.be> | 2021-10-23 23:25:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-10-23 23:25:15 +0200 |
commit | b7d73077e5944056c1078ed22a3211e6a11ffad4 (patch) | |
tree | 169fc100017796da45c27ec918ce5413bbed53e4 | |
parent | 77f61ee20a51c5da60ad75c4c18fdf95bba02932 (diff) | |
download | matterbridge-msglm-b7d73077e5944056c1078ed22a3211e6a11ffad4.tar.gz matterbridge-msglm-b7d73077e5944056c1078ed22a3211e6a11ffad4.tar.bz2 matterbridge-msglm-b7d73077e5944056c1078ed22a3211e6a11ffad4.zip |
Remove forbidigo linter
-rw-r--r-- | .golangci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 0d46f732..bc307f7c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -186,6 +186,7 @@ linters: - errorlint - nlreturn - exhaustivestruct + - forbidigo # rules to deal with reported isues issues: |