mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-15 03:00:26 +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
|