angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Avoid too many return statements within this function.
Open

            return this;

    Avoid too many return statements within this function.
    Open

            return false;

      Avoid too many return statements within this function.
      Open

          if (a === null || b === null) { return a === b; }

        Avoid too many return statements within this function.
        Open

                return compiledName.concat(this.makeCode(": "), val);

          Avoid too many return statements within this function.
          Open

                      return this.wrapInBraces(answer);

            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 typeof other == 'boolean';

                Avoid too many return statements within this function.
                Open

                      return false;

                  Avoid too many return statements within this function.
                  Open

                        return a.innerText == b.innerText && a.textContent == b.textContent;

                    Avoid too many return statements within this function.
                    Open

                        if (typeof a != 'object' || typeof b != 'object') { return false; }

                      Avoid too many return statements within this function.
                      Open

                                          return ii;

                        Avoid too many return statements within this function.
                        Open

                                            return P.component.get( thing )

                          Avoid too many return statements within this function.
                          Open

                                          return ii !== -1 ? ii : null;

                            Avoid too many return statements within this function.
                            Open

                                                return ii;

                              Avoid too many return statements within this function.
                              Open

                                              return ii !== -1 ? ii : null;

                                Avoid too many return statements within this function.
                                Open

                                        return false;

                                  Avoid too many return statements within this function.
                                  Open

                                                  return ii !== -1 ? ii : null;

                                    Avoid too many return statements within this function.
                                    Open

                                        return false;

                                      Avoid too many return statements within this function.
                                      Open

                                              return true;

                                        Avoid too many return statements within this function.
                                        Open

                                                            return ii;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language