clash/test/.golangci.yaml

17 lines
240 B
YAML
Raw Normal View History

2022-05-21 09:37:06 +00:00
linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
sections:
- standard
2023-11-03 13:01:45 +00:00
- prefix(github.com/metacubex/mihomo)
2022-05-21 09:37:06 +00:00
- default
staticcheck:
2022-08-07 13:45:50 +00:00
go: '1.19'