Repository: cordova-cli Updated Branches: refs/heads/master 596da5df6 -> 92cce9735
CB-13274 : removed old .jshintignore file and removed unneeded references to jshint Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/92cce973 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/92cce973 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/92cce973 Branch: refs/heads/master Commit: 92cce9735e1f1142611abfd754aa970fc14ebfd4 Parents: 596da5d Author: Audrey So <[email protected]> Authored: Wed Sep 13 15:27:32 2017 -0700 Committer: Audrey So <[email protected]> Committed: Wed Sep 13 15:27:32 2017 -0700 ---------------------------------------------------------------------- .jshintignore | 4 ---- src/cli.js | 5 ----- src/telemetry.js | 5 ----- 3 files changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/92cce973/.jshintignore ---------------------------------------------------------------------- diff --git a/.jshintignore b/.jshintignore deleted file mode 100644 index 4422d84..0000000 --- a/.jshintignore +++ /dev/null @@ -1,4 +0,0 @@ -spec-cordova/fixtures/* -spec-plugman/projects/* -spec-plugman/plugins/* -spec-cordova/temp/* http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/92cce973/src/cli.js ---------------------------------------------------------------------- diff --git a/src/cli.js b/src/cli.js index 79dafa7..463a442 100644 --- a/src/cli.js +++ b/src/cli.js @@ -15,11 +15,6 @@ under the License. */ -/* jshint node:true, bitwise:true, undef:true, trailing:true, quotmark:true, - indent:4, unused:vars, latedef:nofunc, - laxcomma:true -*/ - var path = require('path'); var Q = require('q'); var nopt = require('nopt'); http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/92cce973/src/telemetry.js ---------------------------------------------------------------------- diff --git a/src/telemetry.js b/src/telemetry.js index ab6ef1d..7271783 100644 --- a/src/telemetry.js +++ b/src/telemetry.js @@ -15,11 +15,6 @@ under the License. */ -/* jshint node:true, bitwise:true, undef:true, trailing:true, quotmark:true, - indent:4, unused:vars, latedef:nofunc, - laxcomma:true -*/ - // For further details on telemetry, see: // https://github.com/cordova/cordova-discuss/pull/43 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
