sue445/chrome-gitlab-notifier

View on GitHub

Showing 208 of 10,177 total issues

Avoid deeply nested control flow statements.
Open

                        if ( nid === expando ) {
                            context.removeAttribute( "id" );
                        }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if ( !selector ) {
                        push.apply( results, seed );
                        return results;
                    }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        for ( match in context ) {

                            // Properties of context are called as methods if possible
                            if ( jQuery.isFunction( this[ match ] ) ) {
                                this[ match ]( context[ match ] );
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if ( attrs[ i ] ) {
                            name = attrs[ i ].name;
                            if ( name.indexOf( "data-" ) === 0 ) {
                                name = jQuery.camelCase( name.slice( 5 ) );
                                dataAttr( elem, name, data[ name ] );
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
                            cur = cur.replace( " " + clazz + " ", " " );
                        }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                } else if ( match[2] ) {
                    push.apply( results, context.getElementsByTagName( selector ) );
                    return results;

                // Class selector
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Function setMatcher has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Function init has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    init: function( elem, options, prop, end, easing, unit ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                            cur += clazz + " ";
                        }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if ( Expr.relative[ tokens[j].type ] ) {
                        break;
                    }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                            if ( !(unmatched[i] || setMatched[i]) ) {
                                setMatched[i] = pop.call( results );
                            }
Severity: Major
Found in lib/jquery-3.2.1.js - About 45 mins to fix

Function updateComponent has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

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

Function updateNodes has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    function updateNodes(parent, old, vnodes, hooks, nextSibling, ns) {
Severity: Minor
Found in lib/mithril.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                        if (pos === -1) {
                            // the indices of the indices of the items that are part of the
                            // longest increasing subsequence in the oldIndices list
                            lisIndices = makeLisIndices(oldIndices)
                            li = lisIndices.length - 1
Severity: Major
Found in lib/mithril.js - About 45 mins to fix

Function updateNode has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

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

Function Vnode has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function Vnode(tag, key, attrs0, children0, text, dom) {
Severity: Minor
Found in lib/mithril.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                for (var i = 0; i < vnode3.children.length; i++) {
                    var child = vnode3.children[i]
                    if (child != null) moveChildToFrag(parent, frag, child)
                }
Severity: Major
Found in lib/mithril.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    for (var i = 0; i < vnode3.children.length; i++) {
                        var child = vnode3.children[i]
                        if (child != null) removeChild(parent, child)
                    }
Severity: Major
Found in lib/mithril.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if (!Array.isArray(vnode3.children)) break
Severity: Major
Found in lib/mithril.js - About 45 mins to fix

Function updateFragment has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    function updateFragment(parent, old, vnode3, hooks, nextSibling, ns) {
Severity: Minor
Found in lib/mithril.js - About 45 mins to fix
Severity
Category
Status
Source
Language