mediamtx/.golangci.yml

19 lines
219 B
YAML
Raw Normal View History

2020-12-06 11:22:00 +00:00
linters:
enable:
2021-05-16 12:47:52 +00:00
- bodyclose
2021-03-31 19:13:09 +00:00
- exportloopref
2021-05-16 12:47:52 +00:00
- gochecknoinits
2021-03-20 13:14:41 +00:00
- gocritic
2020-12-06 11:22:00 +00:00
- gofmt
2021-05-23 16:43:49 +00:00
- gofumpt
2020-12-06 11:22:00 +00:00
- golint
- misspell
2021-03-20 15:15:45 +00:00
- prealloc
2020-12-30 16:15:00 +00:00
- unconvert
disable:
- errcheck
2020-12-08 11:37:31 +00:00
issues:
exclude-use-default: false