clash/test/.golangci.yaml

17 lines
239 B
YAML
Raw Normal View History

2022-05-21 17:37:06 +08:00
linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
sections:
- standard
- prefix(github.com/Dreamacro/clash)
- default
staticcheck:
2023-02-16 21:43:40 +08:00
go: '1.20'