Jdlrobson has uploaded a new change for review.

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

Change subject: Tooling: Run jsduck on commits
......................................................................

Tooling: Run jsduck on commits

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


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

diff --git a/Gruntfile.js b/Gruntfile.js
index 7fcb76a..de86faa 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -151,7 +151,7 @@
        // grunt test will be run by npm test which will be run by Jenkins
        // Do not execute qunit here, or other tasks that require full mediawiki
        // running.
-       grunt.registerTask( 'test', [ 'lint' ] );
+       grunt.registerTask( 'test', [ 'lint', 'jsduck' ] );
 
        grunt.registerTask( 'default', [ 'test' ] );
 };

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

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

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

Reply via email to