mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-13 02:04:58 +00:00
14 lines
143 B
YAML
14 lines
143 B
YAML
|
|
linters:
|
|
enable:
|
|
- gocritic
|
|
- gofmt
|
|
- golint
|
|
- misspell
|
|
- unconvert
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|