mediamtx/.golangci.yml

20 lines
227 B
YAML

linters:
enable:
- bodyclose
- exportloopref
- gochecknoinits
- gocritic
- gofmt
- gofumpt
- golint
- misspell
- lll
- prealloc
- unconvert
disable:
- errcheck
issues:
exclude-use-default: false