Files
tun2socks/.golangci.yaml
T
2023-02-21 14:55:01 +08:00

17 lines
243 B
YAML

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