You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/15 12:21:03 UTC

[cordova-lib] branch master updated: style: fix linting violations (#824)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f5ca800  style: fix linting violations (#824)
f5ca800 is described below

commit f5ca8005c197fb8a61caa5a5d500e96ef5c11fe4
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Fri Nov 15 13:20:56 2019 +0100

    style: fix linting violations (#824)
---
 src/cordova/util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cordova/util.js b/src/cordova/util.js
index d159cea..97ef08b 100644
--- a/src/cordova/util.js
+++ b/src/cordova/util.js
@@ -216,7 +216,7 @@ function getPlatformVersionOrNull (platformPath) {
 function findPlugins (pluginDir) {
     if (!fs.existsSync(pluginDir)) return [];
 
-    return globby.sync([ '*', '!@*', '@*/*', '!CVS' ], {
+    return globby.sync(['*', '!@*', '@*/*', '!CVS'], {
         cwd: pluginDir,
         onlyDirectories: true
     });


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