diff options
author | Wim <wim@42.be> | 2018-12-09 14:25:17 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-12-09 14:25:17 +0100 |
commit | 1a1e68ec98c04b30d57f63e44787276c53469487 (patch) | |
tree | f9a015dff2806fa0bb6823ef4830afdb96c08cfc | |
parent | a2754f15fc2bc2eede94e2e41712f9f0585f2426 (diff) | |
download | matterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.tar.gz matterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.tar.bz2 matterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.zip |
Enable gocyclo linter
-rw-r--r-- | .golangci.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index e2c82bed..acdc612e 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -176,7 +176,6 @@ linters: enable-all: true disable: - gochecknoglobals - - gocyclo - lll - maligned - prealloc |