Files
lti-api/vendor/github.com/sourcegraph/conc/.golangci.yml
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

12 lines
158 B
YAML

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