ioquatix/financier

View on GitHub

Showing 280 of 590 total issues

File jquery.js has 6902 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery JavaScript Library v3.5.1
 * https://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in public/_components/jquery/jquery.js - About 2 wks to fix

    File jquery.slim.js has 5520 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*!
     * jQuery JavaScript Library v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector
     * https://jquery.com/
     *
     * Includes Sizzle.js
    Severity: Major
    Found in public/_components/jquery/jquery.slim.js - About 2 wks to fix

      Function Sizzle has 1510 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      ( function( window ) {
      var i,
          support,
          Expr,
          getText,
      Severity: Major
      Found in public/_components/jquery/jquery.js - About 1 wk to fix

        Function Sizzle has 1510 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        ( function( window ) {
        var i,
            support,
            Expr,
            getText,
        Severity: Major
        Found in public/_components/jquery/jquery.slim.js - About 1 wk to fix

          File chartist.js has 2499 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          (function (root, factory) {
            if (typeof define === 'function' && define.amd) {
              // AMD. Register as an anonymous module unless amdModuleId is set
              define('Chartist', [], function () {
                return (root['Chartist'] = factory());
          Severity: Major
          Found in public/_components/chartist/chartist.js - About 1 wk to fix

            Function setDocument has 262 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            setDocument = Sizzle.setDocument = function( node ) {
                var hasCompare, subWindow,
                    doc = node ? node.ownerDocument || node : preferredDoc;
            
                // Return early if doc is invalid or already selected
            Severity: Major
            Found in public/_components/jquery/jquery.js - About 1 day to fix

              Function setDocument has 262 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              setDocument = Sizzle.setDocument = function( node ) {
                  var hasCompare, subWindow,
                      doc = node ? node.ownerDocument || node : preferredDoc;
              
                  // Return early if doc is invalid or already selected
              Severity: Major
              Found in public/_components/jquery/jquery.slim.js - About 1 day to fix

                Function ajax has 257 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    ajax: function( url, options ) {
                
                        // If url is an object, simulate pre-1.5 signature
                        if ( typeof url === "object" ) {
                            options = url;
                Severity: Major
                Found in public/_components/jquery/jquery.js - About 1 day to fix

                  Function createChart has 189 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    function createChart(options) {
                      var data;
                      var highLow;
                  
                      if(options.distributeSeries) {
                  Severity: Major
                  Found in public/_components/chartist/chartist.js - About 7 hrs to fix

                    Function Deferred has 178 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        Deferred: function( func ) {
                            var tuples = [
                    
                                    // action, add listener, callbacks,
                                    // ... .then handlers, argument index, [final state]
                    Severity: Major
                    Found in public/_components/jquery/jquery.js - About 7 hrs to fix

                      Function Deferred has 178 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          Deferred: function( func ) {
                              var tuples = [
                      
                                      // action, add listener, callbacks,
                                      // ... .then handlers, argument index, [final state]
                      Severity: Major
                      Found in public/_components/jquery/jquery.slim.js - About 7 hrs to fix

                        Function createChart has 151 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          function createChart(options) {
                            var data = Chartist.normalizeData(this.data, options.reverseData, true);
                        
                            // Create new svg object
                            this.svg = Chartist.createSvg(this.container, options.width, options.height, options.classNames.chart);
                        Severity: Major
                        Found in public/_components/chartist/chartist.js - About 6 hrs to fix

                          Function createChart has 151 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            function createChart(options) {
                              var data = Chartist.normalizeData(this.data);
                              var seriesGroups = [],
                                labelsGroup,
                                chartRect,
                          Severity: Major
                          Found in public/_components/chartist/chartist.js - About 6 hrs to fix

                            Function defaultPrefilter has 122 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function defaultPrefilter( elem, props, opts ) {
                                var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,
                                    isBox = "width" in props || "height" in props,
                                    anim = this,
                                    orig = {},
                            Severity: Major
                            Found in public/_components/jquery/jquery.js - About 4 hrs to fix

                              Function Callbacks has 121 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              jQuery.Callbacks = function( options ) {
                              
                                  // Convert options from String-formatted to Object-formatted if needed
                                  // (we check in cache first)
                                  options = typeof options === "string" ?
                              Severity: Major
                              Found in public/_components/jquery/jquery.js - About 4 hrs to fix

                                Function Callbacks has 121 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                jQuery.Callbacks = function( options ) {
                                
                                    // Convert options from String-formatted to Object-formatted if needed
                                    // (we check in cache first)
                                    options = typeof options === "string" ?
                                Severity: Major
                                Found in public/_components/jquery/jquery.slim.js - About 4 hrs to fix

                                  Function then has 102 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                                  then: function( onFulfilled, onRejected, onProgress ) {
                                                      var maxDepth = 0;
                                                      function resolve( depth, deferred, handler, special ) {
                                                          return function() {
                                                              var that = this,
                                  Severity: Major
                                  Found in public/_components/jquery/jquery.js - About 4 hrs to fix

                                    Function then has 102 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                                    then: function( onFulfilled, onRejected, onProgress ) {
                                                        var maxDepth = 0;
                                                        function resolve( depth, deferred, handler, special ) {
                                                            return function() {
                                                                var that = this,
                                    Severity: Major
                                    Found in public/_components/jquery/jquery.slim.js - About 4 hrs to fix

                                      Function trigger has 96 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          trigger: function( event, data, elem, onlyHandlers ) {
                                      
                                              var i, cur, tmp, bubbleType, ontype, handle, special, lastElement,
                                                  eventPath = [ elem || document ],
                                                  type = hasOwn.call( event, "type" ) ? event.type : event,
                                      Severity: Major
                                      Found in public/_components/jquery/jquery.js - About 3 hrs to fix

                                        Function Animation has 96 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        function Animation( elem, properties, options ) {
                                            var result,
                                                stopped,
                                                index = 0,
                                                length = Animation.prefilters.length,
                                        Severity: Major
                                        Found in public/_components/jquery/jquery.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language