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

Change subject: Hygiene: Dont run jshint against .less files
......................................................................


Hygiene: Dont run jshint against .less files

Change-Id: Ib90f706160b5404fa278e09e5a79bb83e8911500
---
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 3b5da01..67f6c72 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@
 
 # Verify all javascript in the project has valid syntax and follows jshint 
rules
 jshint: nodecheck
-       @node_modules/.bin/jshint modules/* tests/qunit --config .jshintrc
+       @node_modules/.bin/jshint modules/ tests/qunit --config .jshintrc
 
 # Verify all less files are compilable
 checkless:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib90f706160b5404fa278e09e5a79bb83e8911500
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[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