mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
15 lines
207 B
YAML
15 lines
207 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- megacheck
|
|
- govet
|
|
- gci
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/Dreamacro/clash)
|
|
- default
|