Files
EvoBGP/.golangci.yml
T
DenozordecandCursor 64516c316d
CI / changes (push) Successful in 10s
CI / openapi (push) Has been skipped
CI / web (push) Failing after 41s
CI / go (push) Successful in 52s
CI / docker-web (push) Successful in 2m14s
CI / docker-bird (push) Successful in 1m2s
CI / bird2 (push) Successful in 21s
CI / docker-go (push) Successful in 3m34s
ci: phase 4 automation — web job, lint-httpapi, golangci
Co-authored-by: Cursor <[email protected]>
2026-05-20 00:23:14 +07:00

18 lines
213 B
YAML

run:
timeout: 5m
linters:
enable:
- gofmt
- govet
- errcheck
issues:
exclude-use-default: false
max-issues-per-linter: 50
max-same-issues: 20
linters-settings:
gofmt:
simplify: true