clash/.golangci.yaml
2022-03-16 22:00:20 +08:00

19 lines
268 B
YAML

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