Enable gocyclo linter
This commit is contained in:
parent
a2754f15fc
commit
1a1e68ec98
|
@ -176,7 +176,6 @@ linters:
|
||||||
enable-all: true
|
enable-all: true
|
||||||
disable:
|
disable:
|
||||||
- gochecknoglobals
|
- gochecknoglobals
|
||||||
- gocyclo
|
|
||||||
- lll
|
- lll
|
||||||
- maligned
|
- maligned
|
||||||
- prealloc
|
- prealloc
|
||||||
|
|
Loading…
Reference in New Issue