sing-shadowtls/.golangci.yml
2023-02-20 12:53:50 +08:00

22 lines
303 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
run:
skip-dirs:
- tls
- tls_compact
linters-settings:
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.20'