Clash.Meta/.golangci.yaml

18 lines
263 B
YAML
Raw Normal View History

2022-02-19 00:08:51 +08:00
linters:
disable-all: true
enable:
- gofumpt
2022-03-16 12:10:13 +08:00
- staticcheck
2022-02-19 00:08:51 +08:00
- govet
- gci
linters-settings:
gci:
2022-08-05 10:52:36 +08:00
custom-order: true
2022-02-19 00:08:51 +08:00
sections:
- standard
2023-11-03 21:01:45 +08:00
- prefix(github.com/metacubex/mihomo)
2022-02-19 00:08:51 +08:00
- default
2022-03-16 12:10:13 +08:00
staticcheck:
2022-08-07 21:45:50 +08:00
go: '1.19'