Clash.Meta/test/.golangci.yaml

17 lines
240 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
2023-11-03 21:01:45 +08:00
- prefix(github.com/metacubex/mihomo)
2022-05-21 17:37:06 +08:00
- default
staticcheck:
2022-08-07 21:45:50 +08:00
go: '1.19'