Files
lti-api/vendor/github.com/sourcegraph/conc/.golangci.yml
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

12 lines
158 B
YAML

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