mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-18 15:50:52 +01: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"
|
|
]
|
|
}
|