You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/15 01:35:52 UTC

[cordova-android] branch master updated: eslint ignore version file (#559)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new f1396c7  eslint ignore version file (#559)
f1396c7 is described below

commit f1396c7aad169445204638df32d086730f6ad691
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Nov 14 20:35:47 2018 -0500

    eslint ignore version file (#559)
    
    Quick workaround to resolve build error
    
    needed since cordova-coho generates version file with double-quotes
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 418e349..a790add 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
     "java-unit-tests": "node test/run_java_unit_tests.js",
     "eslint": "run-s -c eslint:*",
     "eslint:scripts": "eslint bin spec test",
-    "eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore'"
+    "eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore' --ignore-pattern 'bin/templates/cordova/version'"
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org