mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-16 11:44:50 +00:00
22 lines
251 B
YAML
22 lines
251 B
YAML
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- dupl
|
|
- exportloopref
|
|
- gochecknoinits
|
|
- gocritic
|
|
- gofmt
|
|
- gofumpt
|
|
- golint
|
|
- misspell
|
|
- lll
|
|
- prealloc
|
|
- unconvert
|
|
- whitespace
|
|
disable:
|
|
- errcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|