ioquatix/financier

View on GitHub

Showing 280 of 590 total issues

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.slim.js - About 3 hrs to fix

    Function CHILD has 81 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            "CHILD": function( type, what, _argument, first, last ) {
                var simple = type.slice( 0, 3 ) !== "nth",
                    forward = type.slice( -4 ) !== "last",
                    ofType = what === "of-type";
    
    
    Severity: Major
    Found in public/_components/jquery/jquery.js - About 3 hrs to fix

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

      function Sizzle( selector, context, results, seed ) {
          var m, i, elem, nid, match, groups, newSelector,
              newContext = context && context.ownerDocument,
      
              // nodeType defaults to 9, since context defaults to document
      Severity: Major
      Found in public/_components/jquery/jquery.js - About 3 hrs to fix

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

        function Sizzle( selector, context, results, seed ) {
            var m, i, elem, nid, match, groups, newSelector,
                newContext = context && context.ownerDocument,
        
                // nodeType defaults to 9, since context defaults to document
        Severity: Major
        Found in public/_components/jquery/jquery.slim.js - About 3 hrs to fix

          Function CHILD has 81 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  "CHILD": function( type, what, _argument, first, last ) {
                      var simple = type.slice( 0, 3 ) !== "nth",
                          forward = type.slice( -4 ) !== "last",
                          ofType = what === "of-type";
          
          
          Severity: Major
          Found in public/_components/jquery/jquery.slim.js - About 3 hrs to fix

            Function send has 77 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                        send: function( headers, complete ) {
                            var i,
                                xhr = options.xhr();
            
                            xhr.open(
            Severity: Major
            Found in public/_components/jquery/jquery.js - About 3 hrs to fix

              Function animate has 76 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                function animate(animations, guided, eventEmitter) {
                  if(guided === undefined) {
                    guided = true;
                  }
              
              
              Severity: Major
              Found in public/_components/chartist/chartist.js - About 3 hrs to fix

                Function add has 72 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    add: function( elem, types, handler, data, selector ) {
                
                        var handleObjIn, eventHandle, tmp,
                            events, t, handleObj,
                            special, handlers, type, namespaces, origType,
                Severity: Major
                Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                  Function matcherFromGroupMatchers has 72 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
                      var bySet = setMatchers.length > 0,
                          byElement = elementMatchers.length > 0,
                          superMatcher = function( seed, context, xml, results, outermost ) {
                              var elem, j, matcher,
                  Severity: Major
                  Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                    Function matcherFromGroupMatchers has 72 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
                        var bySet = setMatchers.length > 0,
                            byElement = elementMatchers.length > 0,
                            superMatcher = function( seed, context, xml, results, outermost ) {
                                var elem, j, matcher,
                    Severity: Major
                    Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                      Function add has 72 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          add: function( elem, types, handler, data, selector ) {
                      
                              var handleObjIn, eventHandle, tmp,
                                  events, t, handleObj,
                                  special, handlers, type, namespaces, origType,
                      Severity: Major
                      Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                        Function setMatcher has 70 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                            if ( postFilter && !postFilter[ expando ] ) {
                                postFilter = setMatcher( postFilter );
                            }
                            if ( postFinder && !postFinder[ expando ] ) {
                        Severity: Major
                        Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                          Function done has 70 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  function done( status, nativeStatusText, responses, headers ) {
                                      var isSuccess, success, error, response, modified,
                                          statusText = nativeStatusText;
                          
                                      // Ignore repeat invocations
                          Severity: Major
                          Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                            Function setMatcher has 70 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                                if ( postFilter && !postFilter[ expando ] ) {
                                    postFilter = setMatcher( postFilter );
                                }
                                if ( postFinder && !postFinder[ expando ] ) {
                            Severity: Major
                            Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                              Function createAnimateForAttributes has 70 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  Object.keys(animations).forEach(function createAnimateForAttributes(attribute) {
                              
                                    function createAnimate(animationDefinition, guided) {
                                      var attributeProperties = {},
                                        animate,
                              Severity: Major
                              Found in public/_components/chartist/chartist.js - About 2 hrs to fix

                                Function resolve has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                                    function resolve( depth, deferred, handler, special ) {
                                                        return function() {
                                                            var that = this,
                                                                args = arguments,
                                                                mightThrow = function() {
                                Severity: Major
                                Found in public/_components/jquery/jquery.js - About 2 hrs to fix

                                  Function resolve has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                                      function resolve( depth, deferred, handler, special ) {
                                                          return function() {
                                                              var that = this,
                                                                  args = arguments,
                                                                  mightThrow = function() {
                                  Severity: Major
                                  Found in public/_components/jquery/jquery.slim.js - About 2 hrs to fix

                                    Function monotoneCubic has 69 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                      Chartist.Interpolation.monotoneCubic = function(options) {
                                        var defaultOptions = {
                                          fillHoles: false
                                        };
                                    
                                    
                                    Severity: Major
                                    Found in public/_components/chartist/chartist.js - About 2 hrs to fix

                                      Function getBounds has 68 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                        Chartist.getBounds = function (axisLength, highLow, scaleMinSpace, onlyInteger) {
                                          var i,
                                            optimizationCounter = 0,
                                            newMin,
                                            newMax,
                                      Severity: Major
                                      Found in public/_components/chartist/chartist.js - About 2 hrs to fix

                                        Consider simplifying this complex logical expression.
                                        Open

                                                                if ( forward && useCache ) {
                                        
                                                                    // Seek `elem` from a previously-cached index
                                        
                                                                    // ...in a gzip-friendly way
                                        Severity: Critical
                                        Found in public/_components/jquery/jquery.js - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language