mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-15 22:52:24 +08:00
29 lines
390 B
YAML
29 lines
390 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- govet
|
|
- gci
|
|
- staticcheck
|
|
- paralleltest
|
|
- ineffassign
|
|
|
|
linters-settings:
|
|
gci:
|
|
custom-order: true
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/sagernet/)
|
|
- default
|
|
staticcheck:
|
|
checks:
|
|
- all
|
|
- -SA1003
|
|
|
|
run:
|
|
go: "1.23"
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- transport/simple-obfs
|