update lint config

pull/1314/head
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
1 changed files with 3 additions and 1 deletions

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