From 05871dc10edd5dc878b5aedbf0fbff12f6ad9f3b Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 17 Sep 2014 21:35:37 +0200 Subject: [PATCH] configure only one file for tests #461 --- lib/cli.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/cli.js b/lib/cli.js index f1ae9cb6d..cdf682faf 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -183,19 +183,10 @@ var fs = require('fs-extra'), metavar: '', help: 'A comma separeted list of rules to skip when generating JUnit' }, - threshold: { - default: defaultConfig.threshold, - metavar: '[0-100]', - help: 'Threshold score for tests, will be used of no mathing thresholdFile with values match. Use : --threshold 95' - }, thresholdFile: { metavar: '', help: 'A file containing JSON like {\'overall\': 90, \'thirdpartyversions\': 85}' }, - timingsThresholdFile: { - metavar: '', - help: 'A file containing JSON like ...' - }, csv: { flag: true, help: 'Also output CSV where applicable'