sing-tun/.golangci.yml
2022-08-15 09:46:58 +08:00

16 lines
243 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.19'