angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Avoid too many return statements within this function.
Open

    return result;

    Avoid too many return statements within this function.
    Open

                    return forward(1);

      Avoid too many return statements within this function.
      Open

              return fst;

        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 false;

              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 false;

                  Avoid too many return statements within this function.
                  Open

                        if (aStack[length] == a) { return bStack[length] == b; }

                    Avoid too many return statements within this function.
                    Open

                              return false;

                      Avoid too many return statements within this function.
                      Open

                                    return forward(1);

                        Avoid too many return statements within this function.
                        Open

                                return answer;

                          Avoid too many return statements within this function.
                          Open

                              if (keys(b, className == '[object Array]').length !== size) { return false; }

                            Avoid too many return statements within this function.
                            Open

                                    return 1;

                              Avoid too many return statements within this function.
                              Open

                                      return this.wrapInBraces(fragments);

                                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 indent.length;

                                    Avoid too many return statements within this function.
                                    Open

                                            return new Op('!', this);

                                      Avoid too many return statements within this function.
                                      Open

                                                              return results;

                                        Avoid too many return statements within this function.
                                        Open

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