mirror of https://github.com/v2ray/v2ray-core
update lint config
parent
e2bfdec012
commit
2fb1258639
|
@ -8,7 +8,9 @@
|
|||
"--no-config",
|
||||
"--exclude=.*\\.pb\\.go",
|
||||
"--disable=gas",
|
||||
"--disable=gocyclo"
|
||||
"--disable=gocyclo",
|
||||
"--disable=gosec",
|
||||
"--disable=interfacer"
|
||||
],
|
||||
"go.formatTool": "goimports",
|
||||
|
||||
|
|
Loading…
Reference in New Issue