MarkTraceur has uploaded a new change for review. https://gerrit.wikimedia.org/r/86791
Change subject: Ignore unused jasmine tests for jshint ...................................................................... Ignore unused jasmine tests for jshint Bug 53906 is the base problem, but that's not the purpose of this patch. Bug: 47161 Change-Id: Ib78044f0cce11a5f6ae0ccd34d4fef5f426c96a8 --- M .jshintignore 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard refs/changes/91/86791/1 diff --git a/.jshintignore b/.jshintignore index f61bf93..fa83a6c 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,2 +1,3 @@ resources/jquery resources/mw.Log.js +test/jasmine -- To view, visit https://gerrit.wikimedia.org/r/86791 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib78044f0cce11a5f6ae0ccd34d4fef5f426c96a8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UploadWizard Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
