clash/.golangci.yaml

15 lines
207 B
YAML
Raw Normal View History

2022-02-18 16:08:51 +00:00
linters:
disable-all: true
enable:
- gofumpt
- megacheck
- govet
- gci
linters-settings:
gci:
sections:
- standard
- prefix(github.com/Dreamacro/clash)
- default