2019-01-15 19:41:02 -06:00
|
|
|
linters-settings:
|
|
|
|
gocyclo:
|
|
|
|
# minimal code complexity to report, 30 by default (but we recommend 10-20)
|
2020-02-10 18:53:14 -06:00
|
|
|
min-complexity: 12
|
2019-01-15 19:41:02 -06:00
|
|
|
gocritic:
|
|
|
|
disabled-checks:
|
|
|
|
- ifElseChain
|
|
|
|
|
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- megacheck
|
|
|
|
- govet
|
|
|
|
- golint
|
|
|
|
- gocyclo
|
|
|
|
- gosec
|
|
|
|
- unconvert
|
|
|
|
- dupl
|
|
|
|
- nakedret
|
|
|
|
- prealloc
|
|
|
|
- scopelint
|
2020-02-10 18:53:14 -06:00
|
|
|
- gocritic
|