mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-14 10:45:08 +00:00
19 lines
219 B
YAML
19 lines
219 B
YAML
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- exportloopref
|
|
- gochecknoinits
|
|
- gocritic
|
|
- gofmt
|
|
- gofumpt
|
|
- golint
|
|
- misspell
|
|
- prealloc
|
|
- unconvert
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|