sing-shadowsocks/.golangci.yml
2024-07-05 09:04:03 +08:00

15 lines
226 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default