sing-tun/.golangci.yml
2022-07-11 17:15:22 +08:00

16 lines
237 B
YAML

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