mirror of https://github.com/Dreamacro/clash.git
27 lines
429 B
YAML
27 lines
429 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gci
|
|
- gofumpt
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- usestdlibvars
|
|
- exhaustive
|
|
|
|
linters-settings:
|
|
gci:
|
|
custom-order: true
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/Dreamacro/clash)
|
|
- default
|
|
staticcheck:
|
|
go: '1.21'
|
|
exhaustive:
|
|
default-signifies-exhaustive: true
|