sue445/chrome-gitlab-notifier

View on GitHub

Showing 208 of 10,177 total issues

Function createNode has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    function createNode(parent, vnode3, hooks, ns, nextSibling) {
Severity: Minor
Found in lib/mithril.js - About 35 mins to fix

Avoid too many return statements within this function.
Open

            return sortInput ?
                ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
                0;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

          return this.gitlab.getEventInternalId({
            project_name: project.name,
            target_type:  project_event.note.noteable_type,
            target_id:    project_event.note.noteable_id,
            project_id:   project_event.project_id,
Severity: Major
Found in src/background.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                    return results;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return false;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                    return results;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                        return results;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return elem.disabled === disabled;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return false
Severity: Major
Found in lib/bootstrap.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
Severity: Major
Found in lib/bootstrap.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return select( selector.replace( rtrim, "$1" ), context, results, seed );
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return value;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return ret;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return jQuery.grep( elements, function( elem ) {
        return ( indexOf.call( qualifier, elem ) > -1 ) !== not && elem.nodeType === 1;
    } );
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return JSON.parse( data );
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return jQuery.makeArray( selector, this );
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return compare & 4 ? -1 : 1;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                return this.constructor( context ).find( selector );
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return 0;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return ret == null ? undefined : ret;
Severity: Major
Found in lib/jquery-3.2.1.js - About 30 mins to fix
Severity
Category
Status
Source
Language