5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 14:52:30 +00:00
matterbridge/vendor/github.com/lrstanley/girc/.golangci.yml

39 lines
596 B
YAML
Raw Normal View History

2022-04-11 22:30:21 +00:00
# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Terraform.
run:
tests: False
timeout: 3m
issues:
max-per-linter: 0
max-same-issues: 0
severity:
default-severity: error
rules:
- linters:
- errcheck
- gocritic
severity: warning
linters:
enable:
- asciicheck
- exportloopref
- gci
- gocritic
- gofmt
- misspell
linters-settings:
gocritic:
disabled-checks:
- hugeParam
2022-05-01 22:10:54 +00:00
- ifElseChain
2022-04-11 22:30:21 +00:00
enabled-tags:
- diagnostic
- opinionated
- performance
- style
govet:
check-shadowing: true