mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 03:10:26 +00:00
38 lines
576 B
YAML
38 lines
576 B
YAML
# 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
|
|
enabled-tags:
|
|
- diagnostic
|
|
- opinionated
|
|
- performance
|
|
- style
|
|
govet:
|
|
check-shadowing: true
|