DLynch has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249785

Change subject: Make jsonlint ignore more node_modules
......................................................................

Make jsonlint ignore more node_modules

Right now jsonlint only ignores the top-level node_modules. If you've
built docs, there'll be a node_modules folder somewhere in there...
containing the highly-problematic jsonlint test suite. So, ignore all
node_modules directories no matter where they are.

Change-Id: Ie6f3b8c5749036dae60551d7f07c1ae6ab72d722
---
M Gruntfile.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/85/249785/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 14c88cb..cec332e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -87,7 +87,7 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**',
+                               '!**/node_modules/**',
                                '!lib/**'
                        ]
                },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6f3b8c5749036dae60551d7f07c1ae6ab72d722
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: DLynch <[email protected]>

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

Reply via email to