DamageStudios/rims

View on GitHub

Showing 186 of 250 total issues

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

        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 elem[ name ];

            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 jQuery.makeArray( selector, this );

                Avoid too many return statements within this function.
                Open

                        return node.text.replace(/^\s+|\s+$/g, '');

                  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 innerText.replace(/^\s+|\s+$/g, '');
                      Severity: Major
                      Found in app/assets/javascripts/application.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return ret == null ? undefined : ret;

                          Avoid too many return statements within this function.
                          Open

                                        return node.value.replace(/^\s+|\s+$/g, '');

                            Avoid too many return statements within this function.
                            Open

                                    return compare & 4 ? -1 : 1;

                              Avoid too many return statements within this function.
                              Open

                                            return node.value.replace(/^\s+|\s+$/g, '');
                              Severity: Major
                              Found in app/assets/javascripts/application.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                  return innerText.replace(/^\s+|\s+$/g, '');

                                  Avoid too many return statements within this function.
                                  Open

                                          return node.text.replace(/^\s+|\s+$/g, '');
                                  Severity: Major
                                  Found in app/assets/javascripts/application.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                    return ( context || root ).find( selector );

                                      Avoid too many return statements within this function.
                                      Open

                                                  return this;

                                        Avoid too many return statements within this function.
                                        Open

                                                    return ret;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language