mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
21 lines
274 B
YAML
21 lines
274 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- govet
|
|
# - gci
|
|
- staticcheck
|
|
- paralleltest
|
|
|
|
issues:
|
|
fix: true
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- prefix(github.com/sagernet/)
|
|
- default
|
|
staticcheck:
|
|
go: '1.18'
|