Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 90D84200D31 for ; Sat, 21 Oct 2017 01:55:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F747160BCB; Fri, 20 Oct 2017 23:55:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ABAC7160BF2 for ; Sat, 21 Oct 2017 01:55:14 +0200 (CEST) Received: (qmail 60930 invoked by uid 500); 20 Oct 2017 23:55:13 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 60823 invoked by uid 99); 20 Oct 2017 23:55:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2017 23:55:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4384DFD8C; Fri, 20 Oct 2017 23:55:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 20 Oct 2017 23:55:17 -0000 Message-Id: <3f723cbbe01b4a5f8cbcdeb4893d21b3@git.apache.org> In-Reply-To: <1b4453acadd2435ab4ea247c0fd08ab1@git.apache.org> References: <1b4453acadd2435ab4ea247c0fd08ab1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/8] cordova-lib git commit: Re-instated (and fixed?) glob patterns for excluded spec folders archived-at: Fri, 20 Oct 2017 23:55:15 -0000 Re-instated (and fixed?) glob patterns for excluded spec folders Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/e700ab8a Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/e700ab8a Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/e700ab8a Branch: refs/heads/master Commit: e700ab8ae727ce206351026efda5e89614bd9fde Parents: b90739c Author: Roland Authored: Fri Oct 20 20:41:55 2017 +0100 Committer: Steve Gill Committed: Fri Oct 20 16:46:21 2017 -0700 ---------------------------------------------------------------------- .eslintignore | 7 ++++++- .../platforms/cordova-browser/node_modules/qs/.eslintrc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e700ab8a/.eslintignore ---------------------------------------------------------------------- diff --git a/.eslintignore b/.eslintignore index 29ef117..06683d8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,6 @@ -**/init-defaults.js +spec/cordova/fixtures/* +spec/plugman/projects/* +spec/plugman/plugins/* +spec/cordova/temp/* +src/plugman/* + http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e700ab8a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc ---------------------------------------------------------------------- diff --git a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc b/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc index 1faac27..17a99d0 100644 --- a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc +++ b/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc @@ -1,7 +1,7 @@ { "root": true, - "extends": "@ljharb", + /* "extends": "@ljharb", */ "rules": { "complexity": [2, 22], --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org