mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-07 15:12:32 +00:00
12 lines
116 B
YAML
12 lines
116 B
YAML
|
|
linters:
|
|
disable:
|
|
- errcheck
|
|
enable:
|
|
- gofmt
|
|
- golint
|
|
- misspell
|
|
|
|
issues:
|
|
exclude-use-default: false
|