1
0
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:
Darien Raymond
2018-05-26 00:47:51 +02:00
parent be6f44e1d7
commit 483a56c847
5 changed files with 11 additions and 10 deletions

View File

@@ -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",