34 lines
487 B
YAML
34 lines
487 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- megacheck
|
||
|
- golint
|
||
|
- govet
|
||
|
- unconvert
|
||
|
- megacheck
|
||
|
- structcheck
|
||
|
- gas
|
||
|
- gocyclo
|
||
|
- dupl
|
||
|
- misspell
|
||
|
- unparam
|
||
|
- varcheck
|
||
|
- deadcode
|
||
|
- typecheck
|
||
|
- ineffassign
|
||
|
- varcheck
|
||
|
- stylecheck
|
||
|
- scopelint
|
||
|
- gocritic
|
||
|
- nakedret
|
||
|
- gosimple
|
||
|
- prealloc
|
||
|
fast: false
|
||
|
disable-all: true
|
||
|
|
||
|
issues:
|
||
|
exclude-rules:
|
||
|
- path: _test\.go
|
||
|
linters:
|
||
|
- dupl
|
||
|
exclude-use-default: false
|