You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/06/19 19:00:19 UTC

[3/3] git commit: CB-6973: Run JSHint on all code in src/ via npm test

CB-6973: Run JSHint on all code in src/ via npm test

"npm test" will nor run "jshing src" if the jasmine stage completes
with no errors.

Specs are not covered by JSHint for now.


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/ad086b9b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/ad086b9b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/ad086b9b

Branch: refs/heads/master
Commit: ad086b9bb678e964743e163b910aad1a97044934
Parents: 682d46d
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Thu Jun 19 12:56:59 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Thu Jun 19 12:56:59 2014 -0400

----------------------------------------------------------------------
 cordova-lib/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/ad086b9b/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index bb2744d..9084e4e 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -43,7 +43,7 @@
   },
   "scripts": {
     "test": "npm run jasmine && npm run jshint",
-    "jshint": "jshint src/cordova/*.js src/plugman/*.js",
+    "jshint": "jshint src",
     "jasmine": "jasmine-node --color spec-plugman spec-cordova"
   },
   "contributors": [