Files
Archive/clash-rev/test/.golangci.yaml
2024-03-05 02:32:38 -08:00

17 lines
244 B
YAML

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