sing/.golangci.yml

16 lines
237 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.18'