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

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

build: Always exclude vendor and node_modules

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwoColConflict 
refs/changes/94/390694/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 7caa2ee..77e2805 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -18,7 +18,8 @@
                stylelint: {
                        all: [
                                'modules/**/*.css',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                },
                banana: conf.MessagesDirs,
diff --git a/composer.json b/composer.json
index 13deaa6..ff3a497 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,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/390694
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

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