5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-12 23:00:26 +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 enable-all: true
disable: disable:
- gochecknoglobals - gochecknoglobals
- gocyclo
- lll - lll
- maligned - maligned
- prealloc - prealloc