From c34bdda2358a30d54887b7e9e9ef9c14e0dc6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Fri, 14 Aug 2015 22:21:13 +0200 Subject: [PATCH] adhere to padded-blocks --- lib/index.js | 1 - test/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index f2bebd8..8795056 100644 --- a/lib/index.js +++ b/lib/index.js @@ -65,7 +65,6 @@ module.exports = function (files, options, cb) { // parse ignore patterns into a file list if (opts.ignore.length) { - opts.ignore.forEach(function (pattern) { debug('scanning for files matching ignore pattern "%s"', pattern) diff --git a/test/index.js b/test/index.js index b69bcff..ff74e81 100644 --- a/test/index.js +++ b/test/index.js @@ -125,7 +125,6 @@ describe('echint', function () { pattern: 'test/fixtures/*', readPackage: false }, function (errors, valid) { - valid.should.be.false errors.should.be.an.Object