mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 06:41:56 -06:00
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"
|
||
|
]
|
||
|
}
|