mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-12 04:41:11 +01:00
20 lines
338 B
JSON
20 lines
338 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"ineffassign",
|
|
"misspell",
|
|
"unparam",
|
|
"errcheck",
|
|
"vet",
|
|
"gofmt",
|
|
"goconst"
|
|
]
|
|
}
|