18 lines
281 B
JSON
18 lines
281 B
JSON
|
{
|
||
|
"Vendor": true,
|
||
|
"Cyclo": 12,
|
||
|
"Enable": [
|
||
|
"vetshadow",
|
||
|
"gotype",
|
||
|
"deadcode",
|
||
|
"gocyclo",
|
||
|
"golint",
|
||
|
"varcheck",
|
||
|
"structcheck",
|
||
|
"aligncheck",
|
||
|
"ineffassign",
|
||
|
"gas",
|
||
|
"misspell"
|
||
|
]
|
||
|
}
|