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

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

build: Always exclude vendor and node_modules

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WebChat 
refs/changes/26/390626/1

diff --git a/.jshintignore b/.jshintignore
index 3c3629e..022b988 100644
--- a/.jshintignore
+++ b/.jshintignore
@@ -1 +1,2 @@
 node_modules
+vendor
diff --git a/Gruntfile.js b/Gruntfile.js
index 69e6d05..36b41e8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -24,7 +24,8 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );
diff --git a/composer.json b/composer.json
index d0952f1..a88acac 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,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/390626
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

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