terraform-provider-gitea/vendor/github.com/vmihailenco/msgpack/v4/.golangci.yml

13 lines
164 B
YAML
Raw Normal View History

2022-04-03 04:07:16 +00:00
run:
concurrency: 8
deadline: 5m
tests: false
linters:
enable-all: true
disable:
- gochecknoglobals
- gocognit
- godox
- wsl
- funlen