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