mediamtx/.golangci.yml

25 lines
299 B
YAML
Raw Normal View History

2020-12-06 11:22:00 +00:00
linters:
enable:
2022-03-09 08:43:17 +00:00
- asciicheck
2021-05-16 12:47:52 +00:00
- bodyclose
2021-10-30 11:06:29 +00:00
- dupl
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
- misspell
2021-09-09 21:05:54 +00:00
- lll
2021-03-20 15:15:45 +00:00
- prealloc
2022-03-09 08:43:17 +00:00
- predeclared
2021-12-21 22:26:27 +00:00
- revive
2020-12-30 16:15:00 +00:00
- unconvert
2022-03-09 08:43:17 +00:00
- wastedassign
2021-10-30 11:06:29 +00:00
- whitespace
2020-12-30 16:15:00 +00:00
disable:
- errcheck
2020-12-08 11:37:31 +00:00
issues:
exclude-use-default: false