mirror of
https://github.com/bluenviron/mediamtx
synced 2025-03-08 21:37:35 +00:00
15 lines
156 B
YAML
15 lines
156 B
YAML
|
|
linters:
|
|
enable:
|
|
- gocritic
|
|
- gofmt
|
|
- golint
|
|
- misspell
|
|
- prealloc
|
|
- unconvert
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|