mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-05 11:24:00 +00:00
16 lines
239 B
YAML
16 lines
239 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- govet
|
|
- gci
|
|
- staticcheck
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/Dreamacro/clash)
|
|
- default
|
|
staticcheck:
|
|
go: '1.18'
|