1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04: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", "--no-config",
"--exclude=.*\\.pb\\.go", "--exclude=.*\\.pb\\.go",
"--disable=gas", "--disable=gas",
"--disable=gocyclo" "--disable=gocyclo",
"--disable=gosec",
"--disable=interfacer"
], ],
"go.formatTool": "goimports", "go.formatTool": "goimports",