mediamtx/.golangci.yml

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