clash/test/.golangci.yaml
2022-08-07 21:45:50 +08:00

17 lines
239 B
YAML

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