sing-tun/.golangci.yml
2024-09-14 21:26:40 +08:00

20 lines
No EOL
281 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
- paralleltest
- ineffassign
linters-settings:
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default
run:
go: "1.23"