EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/158822
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/22/158822/1 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: newchange Gerrit-Change-Id: Ib90f706160b5404fa278e09e5a79bb83e8911500 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
