mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-17 04:04:41 +00:00
16 lines
174 B
YAML
16 lines
174 B
YAML
|
|
linters:
|
|
enable:
|
|
- exportloopref
|
|
- gocritic
|
|
- gofmt
|
|
- golint
|
|
- misspell
|
|
- prealloc
|
|
- unconvert
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|