shuoyao/BirdGo

View on GitHub

Showing 143 of 169 total issues

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

function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {

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

    function Tween( elem, options, prop, end, easing ) {

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

          remove: function( elem, types, handler, selector, mappedTypes ) {

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

        function condense( unmatched, map, filter, context, xml ) {

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

              add: function( elem, types, handler, data, selector ) {

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

            function buildFragment( elems, context, scripts, selection, ignored ) {

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

                      "CHILD": function( type, what, argument, first, last ) {

                Avoid too many return statements within this function.
                Open

                        return compare & 4 ? -1 : 1;

                  Avoid too many return statements within this function.
                  Open

                                  return this.constructor( context ).find( selector );

                    Avoid too many return statements within this function.
                    Open

                                        return results;

                      Avoid too many return statements within this function.
                      Open

                              return key === undefined || hasOwn.call( obj, key );

                        Avoid too many return statements within this function.
                        Open

                            return select( selector.replace( rtrim, "$1" ), context, results, seed );

                          Avoid too many return statements within this function.
                          Open

                                      return sortInput ?
                                          ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
                                          0;

                            Avoid too many return statements within this function.
                            Open

                                        return this;

                              Avoid too many return statements within this function.
                              Open

                                          return typeof root.ready !== "undefined" ?
                                              root.ready( selector ) :
                              
                                              // Execute immediately if ready is not present
                                              selector( jQuery );

                                Avoid too many return statements within this function.
                                Open

                                            return ret;

                                  Avoid too many return statements within this function.
                                  Open

                                                      return results;

                                    Avoid too many return statements within this function.
                                    Open

                                                            return results;

                                      Avoid too many return statements within this function.
                                      Open

                                              return jQuery.makeArray( selector, this );

                                        Avoid too many return statements within this function.
                                        Open

                                                        return ( context || root ).find( selector );
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language