go-ratelimit/.golangci.yml
Snider 3bcb8ff741
Some checks failed
Security Scan / security (push) Successful in 13s
Test / test (push) Failing after 2m50s
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:45:45 +00:00

22 lines
289 B
YAML

run:
timeout: 5m
go: "1.26"
linters:
enable:
- govet
- errcheck
- staticcheck
- unused
- gosimple
- ineffassign
- typecheck
- gocritic
- gofmt
disable:
- exhaustive
- wrapcheck
issues:
exclude-use-default: false
max-same-issues: 0