Disable unparam

This commit is contained in:
Christopher Goes 2018-10-11 01:53:17 +02:00
parent 963bcaf66f
commit 0ef1582aeb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"Linters": {
"vet": "go tool vet -composites=false :PATH:LINE:MESSAGE"
},
"Enable": ["golint", "vet", "ineffassign", "unparam", "unconvert", "misspell"],
"Enable": ["golint", "vet", "ineffassign", "unconvert", "misspell"],
"Deadline": "500s",
"Vendor": true,
"Cyclo": 11,