From 12f5b639476bc1341d787150ec566e4eadc60253 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 17 Sep 2016 19:43:10 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20bug=20where=20part=20of=20the=20CLI=20did?= =?UTF-8?q?n=E2=80=99t=20work=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.js b/cli.js index ab05b64..c4c680c 100755 --- a/cli.js +++ b/cli.js @@ -69,7 +69,7 @@ var cli = meow({ /* Set-up. */ var globs = ['{docs/**/,doc/**/,}*.{' + extensions.join(',') + '}']; -/* istanbul ignore next - Bug in tests. Something hangs, at least. */ +/* istanbul ignore else - Bug in tests. Something hangs, at least. */ if (cli.input.length) { globs = cli.input; } @@ -109,7 +109,7 @@ engine({ rcName: '.alexrc', packageField: 'alex', ignoreName: '.alexignore', - plugins: [filter], + plugins: plugins, frail: true }, function (err, code, result) { var out = report(err || result.files, {