sue445/chrome-gitlab-notifier

View on GitHub

Showing 208 of 10,177 total issues

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

                    if (vnode3 != null) continue
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 (vnode3 != null) continue
Severity: Major
Found in lib/mithril.js - About 45 mins to fix

Consider simplifying this complex logical expression.
Open

        if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {

            context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
            if ( !context ) {
Severity: Major
Found in lib/jquery-3.2.1.js - About 40 mins to fix

Consider simplifying this complex logical expression.
Open

            if ( matcher[ expando ] ) {
                // Find the next relative operator (if any) for proper handling
                j = ++i;
                for ( ; j < len; j++ ) {
                    if ( Expr.relative[ tokens[j].type ] ) {
Severity: Major
Found in lib/jquery-3.2.1.js - About 40 mins to fix

Consider simplifying this complex logical expression.
Open

  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
    throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
  }
Severity: Major
Found in lib/bootstrap.js - About 40 mins to fix

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

    add: function( elem, types, handler, data, selector ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

    remove: function( elem, types, handler, selector, mappedTypes ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

function condense( unmatched, map, filter, context, xml ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

        superMatcher = function( seed, context, xml, results, outermost ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

        "CHILD": function( type, what, argument, first, last ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

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

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

function buildFragment( elems, context, scripts, selection, ignored ) {
Severity: Minor
Found in lib/jquery-3.2.1.js - About 35 mins to fix

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

    function setAttr(vnode3, key, old, value, ns) {
Severity: Minor
Found in lib/mithril.js - About 35 mins to fix

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

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

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

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

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

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

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

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