fairplaysk/datacamp

View on GitHub

Showing 277 of 350 total issues

Avoid too many return statements within this function.
Open

            return jQuery.isNaN( ret ) ? orig : ret;
Severity: Major
Found in app/assets/javascripts/jquery.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                    return (elem.value || "").replace(rreturn, "");
    Severity: Major
    Found in app/assets/javascripts/jquery.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                              return diff === 0;
      Severity: Major
      Found in app/assets/javascripts/jquery.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return undefined;
        Severity: Major
        Found in app/assets/javascripts/jquery.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return jQuery( context ).find( selector );
          Severity: Major
          Found in app/assets/javascripts/jquery.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return jQuery.makeArray( selector, this );
            Severity: Major
            Found in app/assets/javascripts/jquery.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                                      return true;
              Severity: Major
              Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                        return ( diff % first === 0 && diff / first >= 0 );
                Severity: Major
                Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                                  return siblingCheck( ap[i], bp[i] );
                  Severity: Major
                  Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return { top: top, left: left };
                    Severity: Major
                    Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                  return this.css( type, typeof size === "string" ? size : size + "px" );
                      Severity: Major
                      Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                            return false
                        Severity: Major
                        Found in app/models/user.rb - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                      return elem.style.cssText;
                          Severity: Major
                          Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                                return this;
                            Severity: Major
                            Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                                  return elem.getAttribute("value") === null ? "on" : elem.value;
                              Severity: Major
                              Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                            return rootjQuery.find( selector );
                                Severity: Major
                                Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                                  return jQuery.merge( this, selector );
                                  Severity: Major
                                  Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                            return this.each(function(i) {
                                                var self = jQuery(this), val = value;
                                    
                                                if ( this.nodeType !== 1 ) {
                                                    return;
                                    Severity: Major
                                    Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                  return undefined;
                                      Severity: Major
                                      Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                    return rootjQuery.ready( selector );
                                        Severity: Major
                                        Found in app/assets/javascripts/jquery.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language