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

Change subject: Exclude vendor directory from linter tests
......................................................................

Exclude vendor directory from linter tests

Change-Id: I3e6d5f79001da9c5c0c56a41cfb22fb385dfe689
---
M Gruntfile.js
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/89/363289/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 75215f3..82168fa 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -13,7 +13,8 @@
                        all: [
                                '**/*.js',
                                '!lib/**',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                },
                stylelint: {
@@ -32,7 +33,8 @@
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e6d5f79001da9c5c0c56a41cfb22fb385dfe689
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

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

Reply via email to