mirror of
https://github.com/SagerNet/sing-shadowtls.git
synced 2025-03-31 10:47:35 +03:00
24 lines
322 B
YAML
24 lines
322 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
|
|
|
|
run:
|
|
go: "1.23"
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- internal
|