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

27 lines
434 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/MerlinKodo/clash-rev)
- default
staticcheck:
go: '1.21'
exhaustive:
default-signifies-exhaustive: true