catApi/vendor/github.com/sourcegraph/conc/.golangci.yml

12 lines
158 B
YAML
Raw Normal View History

2023-10-27 07:01:55 +00:00
linters:
disable-all: true
enable:
- errcheck
- godot
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused