summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-12-09 14:25:17 +0100
committerWim <wim@42.be>2018-12-09 14:25:17 +0100
commit1a1e68ec98c04b30d57f63e44787276c53469487 (patch)
treef9a015dff2806fa0bb6823ef4830afdb96c08cfc
parenta2754f15fc2bc2eede94e2e41712f9f0585f2426 (diff)
downloadmatterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.tar.gz
matterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.tar.bz2
matterbridge-msglm-1a1e68ec98c04b30d57f63e44787276c53469487.zip
Enable gocyclo linter
-rw-r--r--.golangci.yaml1
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