sing-box/.golangci.yml
2023-02-09 21:01:48 +08:00

25 lines
377 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
- paralleltest
run:
skip-dirs:
- transport/simple-obfs
- transport/clashssr
- transport/cloudflaretls
linters-settings:
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.20'