gotosocial/vendor/github.com/vmihailenco/msgpack/v5/.golangci.yml

19 lines
257 B
YAML
Raw Normal View History

run:
concurrency: 8
deadline: 5m
tests: false
linters:
enable-all: true
disable:
- gochecknoglobals
- gocognit
- godox
- wsl
- funlen
- gochecknoinits
- gomnd
- nlreturn
- goerr113
- exhaustive
- nestif