wikimedia/mediawiki-extensions-Translate

View on GitHub
resources/js/jquery.ajaxdispatcher.js

Summary

Maintainability
A
1 hr
Test Coverage

Function helper has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function helper( list, maxRetries ) {
        var deferred = $.Deferred();

        if ( list.length === 0 ) {
            deferred.resolve( [] );
Severity: Minor
Found in resources/js/jquery.ajaxdispatcher.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status