1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

remove concurrency settings on linter

This commit is contained in:
Darien Raymond 2018-05-26 00:52:58 +02:00
parent 483a56c847
commit 7365b0f9d7
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -7,7 +7,6 @@
"--enable-gc",
"--no-config",
"--exclude=.*\\.pb\\.go",
"--concurrency=2",
"--disable=gas"
],
"go.formatTool": "goimports",