mediamtx/.golangci.yml
2021-10-30 13:06:29 +02:00

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