gotosocial/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