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

Change subject: Make make jscs use grunt jscs
......................................................................


Make make jscs use grunt jscs

Change-Id: I8cf7860a98b336ea1b711de1186991411557dfce
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Makefile b/Makefile
index 0e55566..aec17fd 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@
        @find javascripts -type f -name "*.js" -not -path "**externals**" -exec 
node_modules/.bin/js-beautify -r {} \;
 
 jscs: nodecheck                        ## Check the JavaScript coding style
-       @node_modules/.bin/jscs javascripts/* --config .jscsrc
+       @grunt jscs
 
 jshinttests: nodecheck                 ## Lint the QUnit tests
        @grunt jshint:tests

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8cf7860a98b336ea1b711de1186991411557dfce
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to