mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 15:30:27 +00:00
31 lines
441 B
YAML
31 lines
441 B
YAML
linters:
|
|
enable:
|
|
- megacheck
|
|
- revive
|
|
- govet
|
|
- unconvert
|
|
- megacheck
|
|
- gas
|
|
- gocyclo
|
|
- dupl
|
|
- misspell
|
|
- unparam
|
|
- unused
|
|
- typecheck
|
|
- ineffassign
|
|
- stylecheck
|
|
- exportloopref
|
|
- gocritic
|
|
- nakedret
|
|
- gosimple
|
|
- prealloc
|
|
fast: false
|
|
disable-all: true
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- dupl
|
|
exclude-use-default: false
|