fj/.golangci.yml

14 lines
143 B
YAML
Raw Normal View History

2025-12-08 09:56:54 +01:00
version: "2"
run:
timeout: 5m
tests: true
linters:
enable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused