mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 23:24:32 +00:00
23 lines
397 B
JSON
23 lines
397 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"aligncheck",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"unparam",
|
|
"errcheck",
|
|
"vet",
|
|
"megacheck",
|
|
"goconst"
|
|
]
|
|
}
|