sing-tun/.golangci.yml
2024-06-09 13:41:05 +08:00

20 lines
283 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
# - gci
- staticcheck
issues:
exclude-dirs:
- internal
linters-settings:
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/sing)
# - default
staticcheck:
go: '1.19'