Files
pagination/.golangci.yml
T

23 lines
373 B
YAML
Raw Normal View History

2025-06-07 19:23:44 +02:00
version: "2"
run:
allow-parallel-runners: true
linters:
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$