5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 13:56:57 +00:00
matterbridge/vendor/gomod.garykim.dev/nc-talk/.golangci.yml

27 lines
530 B
YAML
Raw Normal View History

# golangci-lint configuration options
linters:
enable:
- deadcode
- errcheck
- goimports
- golint
- ineffassign
- structcheck
- varcheck
- govet
- unconvert
- prealloc
- maligned
disable-all: false
issues:
# Enable some lints excluded by default
exclude-use-default: false
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-per-linter: 0
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
max-same-issues: 0