clash/test/.golangci.yaml

17 lines
239 B
YAML
Raw Permalink 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
- default
2023-03-14 21:24:15 +08:00
- prefix(github.com/Dreamacro/clash)
2022-05-21 17:37:06 +08:00
staticcheck:
2023-08-13 21:44:16 +08:00
go: '1.21'