Turn on 'unparam' linting (#216)

* Turn on 'unparam' linting

* Increase deadline

* Fix mediaapi integeration test
This commit is contained in:
Erik Johnston 2017-09-07 12:50:39 +01:00 committed by GitHub
parent ea80ffb3af
commit fad997303b
19 changed files with 68 additions and 64 deletions

View file

@ -1,6 +1,7 @@
{
"Vendor": true,
"Cyclo": 12,
"Deadline": "60s",
"Enable": [
"vetshadow",
"gotype",
@ -12,6 +13,7 @@
"aligncheck",
"ineffassign",
"gas",
"misspell"
"misspell",
"unparam"
]
}