fairplaysk/datacamp

View on GitHub

Showing 350 of 350 total issues

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

    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 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 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 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 attr === null ? undefined : attr;
            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 i === al ?
                            siblingCheck( a, bp[i], -1 ) :
                            siblingCheck( ap[i], b, 1 );
                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 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 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 elem[ name ];
                        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 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 ( 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 rootjQuery.find( selector );
                                  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 (context || 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 elem.getAttribute("value") === null ? "on" : elem.value;
                                        Severity: Major
                                        Found in app/assets/javascripts/jquery.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language