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/test/.golangci.yaml
2023-03-14 21:24:15 +08:00

17 lines
239 B
YAML

linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
sections:
- standard
- default
- prefix(github.com/Dreamacro/clash)
staticcheck:
go: '1.20'