1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00

update lint config

This commit is contained in:
Darien Raymond 2018-10-14 08:14:33 +02:00
parent e2bfdec012
commit 2fb1258639
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -8,7 +8,9 @@
"--no-config",
"--exclude=.*\\.pb\\.go",
"--disable=gas",
"--disable=gocyclo"
"--disable=gocyclo",
"--disable=gosec",
"--disable=interfacer"
],
"go.formatTool": "goimports",