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

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

build: Always exclude vendor and node_modules

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LocalisationUpdate 
refs/changes/15/390815/1

diff --git a/Gruntfile.js b/Gruntfile.js
index e4033e5..26ca0c1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -17,7 +17,8 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );
diff --git a/composer.json b/composer.json
index e46d58d..d8ddce5 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
                        "minus-x fix ."
                ],
                "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/390815
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39d2865bf2f72d0df22f96529cb769b55be0f048
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LocalisationUpdate
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