Bmansurov has uploaded a new change for review.

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

Change subject: WIP: Apply jscs to test files
......................................................................

WIP: Apply jscs to test files

Don't merge this yet. Test files need to be fixed first

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/13/183413/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 703dbe9..51409ab 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -40,7 +40,10 @@
                        ]
                },
                jscs: {
-                       main: [ '<%= jshint.sources %>' ]
+                       main: [
+                               '<%= jshint.sources %>',
+                               '<%= files.jsTests %>'
+                       ]
                },
                qunit: {
                        all: {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa25f496e794d6b5a555971b0ce8f6f5d46259df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>

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

Reply via email to