spogo/.golangci.yml
2026-01-03 06:37:57 +01:00

23 lines
284 B
YAML

version: "2"
run:
timeout: 5m
linters:
enable:
- asciicheck
- bidichk
- errcheck
- govet
- staticcheck
- ineffassign
- unconvert
- unused
- misspell
- prealloc
- bodyclose
- errorlint
- nilerr
- nilnil
- durationcheck