Repository: cordova-lib Updated Branches: refs/heads/master a4d91e401 -> 0b63aeb5a
CB-13274 : removed references to jshint This closes #591 Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/0b63aeb5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/0b63aeb5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/0b63aeb5 Branch: refs/heads/master Commit: 0b63aeb5a52edcd97dc3f31171238b424c59794d Parents: a4d91e4 Author: Audrey So <[email protected]> Authored: Wed Sep 13 15:41:26 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Oct 3 12:36:57 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- src/cordova/lazy_load.js | 3 --- src/plugman/platforms/ubuntu.js | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b63aeb5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3a2e42f..757a973 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Contains npm modules used primarily by [cordova](https://github.com/apache/cordo This package exposes the following commands; -* `npm run jshint` - runs a linter (jshint) on relevant source and test code +* `npm run eslint` - runs a linter (eslint) on relevant source and test code * `npm run unit-tests` - runs the unit tests (via jasmine) from the `spec/` directory * `npm run cover` - runs istanbul code coverage tool to measure unit test code coverage * `npm run e2e-tests` - runs heavy integration tests from the `integration-tests/` directory (WARNING: these take a long time to run and rely on file and network I/O) http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b63aeb5/src/cordova/lazy_load.js ---------------------------------------------------------------------- diff --git a/src/cordova/lazy_load.js b/src/cordova/lazy_load.js index e1509fc..0bc1840 100644 --- a/src/cordova/lazy_load.js +++ b/src/cordova/lazy_load.js @@ -17,9 +17,6 @@ under the License. */ -// The URL:true below prevents jshint error "Redefinition or 'URL'." -// globals URL:true - var path = require('path'); var _ = require('underscore'); var fs = require('fs'); http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b63aeb5/src/plugman/platforms/ubuntu.js ---------------------------------------------------------------------- diff --git a/src/plugman/platforms/ubuntu.js b/src/plugman/platforms/ubuntu.js index 6ab58a8..21b2891 100644 --- a/src/plugman/platforms/ubuntu.js +++ b/src/plugman/platforms/ubuntu.js @@ -57,7 +57,6 @@ function findClassName (pluginxml, plugin_id) { } } } - /* jshint ignore:end */ // fallback to guess work, based on the plugin package name --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
