bronycub/sugarcub

View on GitHub

Showing 3,238 of 3,238 total issues

Function access has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
    var i = 0,
        len = elems.length,
        bulk = key == null;

Severity: Minor
Found in core/static/vendor/jquery/dist/jquery.slim.js - About 1 hr to fix

    Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    jQuery.extend = jQuery.fn.extend = function() {
        var options, name, src, copy, copyIsArray, clone,
            target = arguments[ 0 ] || {},
            i = 1,
            length = arguments.length,
    Severity: Minor
    Found in core/static/vendor/jquery/dist/jquery.slim.js - About 1 hr to fix

      Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      jQuery.extend = jQuery.fn.extend = function() {
          var options, name, src, copy, copyIsArray, clone,
              target = arguments[ 0 ] || {},
              i = 1,
              length = arguments.length,
      Severity: Minor
      Found in core/static/vendor/jquery/dist/core.js - About 1 hr to fix

        Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.extend = jQuery.fn.extend = function() {
            var options, name, src, copy, copyIsArray, clone,
                target = arguments[ 0 ] || {},
                i = 1,
                length = arguments.length,
        Severity: Minor
        Found in core/static/vendor/jquery/src/core.js - About 1 hr to fix

          Function stop has 41 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              stop: function( type, clearQueue, gotoEnd ) {
                  var stopQueue = function( hooks ) {
                      var stop = hooks.stop;
                      delete hooks.stop;
                      stop( gotoEnd );
          Severity: Minor
          Found in core/static/vendor/jquery/src/effects.js - About 1 hr to fix

            Function access has 41 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                var i = 0,
                    len = elems.length,
                    bulk = key == null;
            
            
            Severity: Minor
            Found in core/static/vendor/jquery/src/core/access.js - About 1 hr to fix

              Function keydown has 41 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                          keydown = function (e) {
                              var handler = null,
                                  index,
                                  index2,
                                  pressedKeys = [],

                Function setup has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    setup: function() {
                        if (this.module != config.previousModule) {
                            if ( config.previousModule ) {
                                runLoggingCallbacks('moduleDone', QUnit, {
                                    name: config.previousModule,
                Severity: Minor
                Found in core/static/vendor/bootstrap-datepicker/tests/assets/qunit.js - About 1 hr to fix

                  Function dayOfYearFromWeekInfo has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function dayOfYearFromWeekInfo(config) {
                      var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;
                  
                      w = config._w;
                      if (w.GG != null || w.W != null || w.E != null) {
                  Severity: Minor
                  Found in core/static/vendor/moment/src/lib/create/from-array.js - About 1 hr to fix

                    Function dayOfYearFromWeekInfo has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function dayOfYearFromWeekInfo(config) {
                        var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;
                    
                        w = config._w;
                        if (w.GG != null || w.W != null || w.E != null) {
                    Severity: Minor
                    Found in core/static/vendor/moment/moment.js - About 1 hr to fix

                      Function dayOfYearFromWeekInfo has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function dayOfYearFromWeekInfo(config) {
                          var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;
                      
                          w = config._w;
                          if (w.GG != null || w.W != null || w.E != null) {
                      Severity: Minor
                      Found in core/static/vendor/moment/min/moment-with-locales.js - About 1 hr to fix

                        Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function on( elem, types, selector, data, fn, one ) {
                            var origFn, type;
                        
                            // Types can be a map of types/handlers
                            if ( typeof types === "object" ) {
                        Severity: Minor
                        Found in core/static/vendor/jquery/dist/jquery.js - About 1 hr to fix

                          Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          function on( elem, types, selector, data, fn, one ) {
                              var origFn, type;
                          
                              // Types can be a map of types/handlers
                              if ( typeof types === "object" ) {
                          Severity: Minor
                          Found in core/static/vendor/jquery/dist/jquery.slim.js - About 1 hr to fix

                            Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function on( elem, types, selector, data, fn, one ) {
                                var origFn, type;
                            
                                // Types can be a map of types/handlers
                                if ( typeof types === "object" ) {
                            Severity: Minor
                            Found in core/static/vendor/jquery/src/event.js - About 1 hr to fix

                              Function extend has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              jQuery.extend = jQuery.fn.extend = function() {
                                var src, copyIsArray, copy, name, options, clone,
                                  target = arguments[0] || {},
                                  i = 1,
                                  length = arguments.length,
                              Severity: Minor
                              Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 1 hr to fix

                                Function init has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    init: function() {
                                        extend(config, {
                                            stats: { all: 0, bad: 0 },
                                            moduleStats: { all: 0, bad: 0 },
                                            started: +new Date(),
                                Severity: Minor
                                Found in core/static/vendor/bootstrap-datepicker/tests/assets/qunit.js - About 1 hr to fix

                                  Function object has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                                  "object": function( b, a ) {
                                  
                                                      /*jshint forin:false */
                                                      var i, j, loop, aCircular, bCircular,
                                                          // Default to true
                                  Severity: Minor
                                  Found in core/static/vendor/jquery-expander/test/qunit/qunit.1.19.0.js - About 1 hr to fix

                                    Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                      on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                                        var type, origFn;
                                    
                                        // Types can be a map of types/handlers
                                        if ( typeof types === "object" ) {
                                    Severity: Minor
                                    Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 1 hr to fix

                                      Function stop has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                        stop: function( type, clearQueue, gotoEnd ) {
                                          var stopQueue = function( hooks ) {
                                            var stop = hooks.stop;
                                            delete hooks.stop;
                                            stop( gotoEnd );
                                      Severity: Minor
                                      Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 1 hr to fix

                                        Function val has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                          val: function( value ) {
                                            var hooks, ret, isFunction,
                                              elem = this[0];
                                        
                                            if ( !arguments.length ) {
                                        Severity: Minor
                                        Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language