mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-14 00:47:19 +00:00
17 lines
274 B
JSON
17 lines
274 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"errcheck",
|
|
"vet",
|
|
"goconst"
|
|
]
|
|
}
|