mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01:00
16 lines
240 B
JSON
16 lines
240 B
JSON
|
{
|
||
|
"Vendor": true,
|
||
|
"Cyclo": 12,
|
||
|
"Deadline": "5m",
|
||
|
"Enable": [
|
||
|
"vetshadow",
|
||
|
"gotype",
|
||
|
"deadcode",
|
||
|
"gocyclo",
|
||
|
"ineffassign",
|
||
|
"gas",
|
||
|
"misspell",
|
||
|
"errcheck"
|
||
|
]
|
||
|
}
|