Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390564 )

Change subject: build: Always exclude vendor and node_modules
......................................................................

build: Always exclude vendor and node_modules

Change-Id: Ia5bcdb69f5585f00585d03435368f0c0bc6f22c5
---
M Gruntfile.js
M composer.json
2 files changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GoogleLogin 
refs/changes/64/390564/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 82df46e..a6afd10 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -19,7 +19,8 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );
diff --git a/composer.json b/composer.json
index 4f45084..cfde754 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
        },
        "scripts": {
                "test": [
-                       "parallel-lint . --exclude vendor",
+                       "parallel-lint . --exclude vendor --exclude 
node_modules",
                        "phpcs -p -s",
                        "minus-x check ."
                ],

-- 
To view, visit https://gerrit.wikimedia.org/r/390564
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5bcdb69f5585f00585d03435368f0c0bc6f22c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to