mediamtx/.golangci.yml

19 lines
219 B
YAML

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