mirror of
https://github.com/SagerNet/sing-shadowtls.git
synced 2025-04-03 04:07:35 +03:00
Init commit
This commit is contained in:
commit
a42f217515
6 changed files with 68 additions and 0 deletions
22
.golangci.yml
Normal file
22
.golangci.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- gofumpt
|
||||
- govet
|
||||
- gci
|
||||
- staticcheck
|
||||
|
||||
run:
|
||||
skip-dirs:
|
||||
- tls
|
||||
- tls_compact
|
||||
|
||||
linters-settings:
|
||||
gci:
|
||||
custom-order: true
|
||||
sections:
|
||||
- standard
|
||||
- prefix(github.com/sagernet/)
|
||||
- default
|
||||
staticcheck:
|
||||
go: '1.20'
|
Loading…
Add table
Add a link
Reference in a new issue