Paladox has uploaded a new change for review.

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

Change subject: Follow-up: I11eb8292ca9fce18add93167a53db314d3bf8df5
......................................................................

Follow-up: I11eb8292ca9fce18add93167a53db314d3bf8df5

Forgot to add jshint to Gruntfile.js

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Petition 
refs/changes/41/235541/1

diff --git a/Gruntfile.js b/Gruntfile.js
index a81c23c..171195a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -24,6 +24,6 @@
                }
        } );
 
-       grunt.registerTask( 'test', [ 'jsonlint', 'banana' ] );
+       grunt.registerTask( 'test', [ 'jshint', 'jsonlint', 'banana' ] );
        grunt.registerTask( 'default', 'test' );
 };

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If175f020dd53f0ae299fd10d449300aeab331fb3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Petition
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

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

Reply via email to