5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Enable gocyclo linter

This commit is contained in:
Wim 2018-12-09 14:25:17 +01:00
parent a2754f15fc
commit 1a1e68ec98

View File

@ -176,7 +176,6 @@ linters:
enable-all: true
disable:
- gochecknoglobals
- gocyclo
- lll
- maligned
- prealloc