mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-09 20:49:10 -04:00
adjust lint settings
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -4,7 +4,11 @@
|
||||
|
||||
"go.lintTool": "gometalinter",
|
||||
"go.lintFlags": [
|
||||
"--enable-gc"
|
||||
"--enable-gc",
|
||||
"--no-config",
|
||||
"--exclude=.*\\.pb\\.go",
|
||||
"--concurrency=2",
|
||||
"--disable=gas"
|
||||
],
|
||||
"go.formatTool": "goimports",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user