Files
cc-connect/.golangci.yml
T
2026-06-02 23:14:41 +08:00

19 lines
212 B
YAML

version: "2"
run:
timeout: 5m
linters:
enable:
- errcheck
- govet
- ineffassign
- staticcheck
issues:
exclusions:
rules:
- path: _test\.go
linters:
- errcheck