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

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

build: Always exclude vendor and node_modules

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/XenForoAuth 
refs/changes/31/390631/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 7756e75..a45071e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,7 +10,8 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );
diff --git a/composer.json b/composer.json
index 6fc174a..6867e8f 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/390631
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie36968531e58c1375bb7c1025ef467e929e84a19
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/XenForoAuth
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to