mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-09 02:41:22 +08:00
18 lines
263 B
YAML
18 lines
263 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- staticcheck
|
|
- govet
|
|
- gci
|
|
|
|
linters-settings:
|
|
gci:
|
|
custom-order: true
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/metacubex/mihomo)
|
|
- default
|
|
staticcheck:
|
|
go: '1.19'
|