sing-mux/.golangci.yml
2024-10-20 14:46:59 +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"