This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Clash.Meta/.golangci.yaml
2022-03-13 01:22:05 +08:00

15 lines
208 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- megacheck
- govet
# - gci
linters-settings:
gci:
sections:
- standard
- prefix(github.com/Dreamacro/clash)
- default