5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-17 01:59:15 +00:00
2021-10-16 23:23:24 +02:00

17 lines
223 B
YAML

linters-settings:
misspell:
locale: US
linters:
disable-all: true
enable:
- typecheck
- goimports
- misspell
- govet
- golint
- ineffassign
- gosimple
- deadcode
- structcheck