swchoi727/LEP

View on GitHub

Showing 263 of 270 total issues

Avoid deeply nested control flow statements.
Open

                        if ( hasScripts ) {
                            jQuery.merge( scripts, getAll( node, "script" ) );
                        }
Severity: Major
Found in public/assets/application-7cf6226937f5953ea6488bb440274815.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 public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                          if ( Expr.relative[ tokens[j].type ] ) {
                              break;
                          }
      Severity: Major
      Found in public/assets/application-7cf6226937f5953ea6488bb440274815.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 public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                          if ( typeof xhr.responseText === "string" ) {
                                              responses.text = xhr.responseText;
                                          }
          Severity: Major
          Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                    if ( rscriptType.test( node.type || "" ) &&
                                        !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) {
            
                                        if ( node.src ) {
                                            // Optional AJAX dependency, but won't run scripts if not present
            Severity: Major
            Found in public/assets/application-7cf6226937f5953ea6488bb440274815.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 public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                } else if ( copy !== undefined ) {
                                    target[ name ] = copy;
                                }
                Severity: Major
                Found in public/assets/application-7cf6226937f5953ea6488bb440274815.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 public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                            if ( (event.result = ret) === false ) {
                                                event.preventDefault();
                                                event.stopPropagation();
                                            }
                    Severity: Major
                    Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                              while ( j-- ) {
                                                  if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) {
                                                      elem.removeChild( tbody );
                                                  }
                                              }
                      Severity: Major
                      Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                                                    cur += clazz + " ";
                                                }
                        Severity: Major
                        Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                              if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {
                                                                  return false;
                                                              }
                          Severity: Major
                          Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                if ( name in thisCache ) {
                                                    name = [ name ];
                                                } else {
                                                    name = name.split(" ");
                                                }
                            Severity: Major
                            Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                      if ( matches[ sel ] === undefined ) {
                                                          matches[ sel ] = handleObj.needsContext ?
                                                              jQuery( sel, this ).index( cur ) >= 0 :
                                                              jQuery.find( sel, this, null, [ cur ] ).length;
                                                      }
                              Severity: Major
                              Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                    if ( Expr.relative[ tokens[j].type ] ) {
                                                        break;
                                                    }
                                Severity: Major
                                Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                                                              cur += clazz + " ";
                                                          }
                                  Severity: Major
                                  Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.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 public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              if ( deleteExpando ) {
                                                                  delete elem[ internalKey ];
                                      
                                                              } else if ( typeof elem.removeAttribute !== strundefined ) {
                                                                  elem.removeAttribute( internalKey );
                                      Severity: Major
                                      Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                            for ( conv2 in converters ) {
                                        
                                                                // If conv2 outputs current
                                                                tmp = conv2.split( " " );
                                                                if ( tmp[ 1 ] === current ) {
                                        Severity: Major
                                        Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language