clash/test/.golangci.yaml

17 lines
239 B
YAML
Raw Normal View History

2022-05-21 09:37:06 +00:00
linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
sections:
- standard
- prefix(github.com/Dreamacro/clash)
- default
staticcheck:
2022-08-07 13:45:50 +00:00
go: '1.19'