mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
532cc082a9
Hopefully will avoid spurious test failures like https://travis-ci.org/matrix-org/dendrite/builds/272960127
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"aligncheck",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"unparam"
|
|
]
|
|
}
|