fj/.golangci.yml
2025-12-08 09:56:54 +01:00

13 lines
143 B
YAML

version: "2"
run:
timeout: 5m
tests: true
linters:
enable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused