5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-12-27 22:35:43 +00:00
matterbridge/vendor/github.com/sourcegraph/conc/.golangci.yml

12 lines
158 B
YAML
Raw Normal View History

linters:
disable-all: true
enable:
- errcheck
- godot
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused