mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
fad997303b
* Turn on 'unparam' linting * Increase deadline * Fix mediaapi integeration test
20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "60s",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"aligncheck",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"unparam"
|
|
]
|
|
}
|