mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-01-09 17:39:43 +00:00
39 lines
569 B
YAML
39 lines
569 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"
|
|
build-tags:
|
|
- with_gvisor
|
|
- with_quic
|
|
- with_dhcp
|
|
- with_wireguard
|
|
- with_ech
|
|
- with_utls
|
|
- with_reality_server
|
|
- with_acme
|
|
- with_clash_api
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- transport/simple-obfs
|