clash/.golangci.yaml

18 lines
263 B
YAML
Raw Normal View History

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