jenkins-bot has submitted this change and it was merged.

Change subject: Recurse into the sub folders with grunt jshint
......................................................................


Recurse into the sub folders with grunt jshint

Currently grunt wont look into sub folder so add support for that.

Change-Id: I8ce2e3ee693d96a4db4f3bd35ab4211e82993d71
---
M Gruntfile.js
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Florianschmidtwelzow: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index f1f30d4..e2830d3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -7,7 +7,8 @@
        grunt.initConfig( {
                jshint: {
                        all: [
-                               '*.js'
+                               '**/*.js',
+                               '!node_modules/**'
                        ]
                },
                banana: {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ce2e3ee693d96a4db4f3bd35ab4211e82993d71
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to