sing-box/.golangci.yml
2022-07-30 09:04:01 +08:00

21 lines
273 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
- paralleltest
issues:
fix: true
linters-settings:
gci:
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.18'