clash/.golangci.yaml
2022-03-16 20:16:30 +08:00

17 lines
240 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- staticcheck
- govet
# - gci
linters-settings:
gci:
sections:
- standard
- prefix(github.com/Dreamacro/clash)
- default
staticcheck:
go: '1.18'