gopheracademy/gcon

View on GitHub

Showing 5,803 of 11,092 total issues

Function make_xlsx has a Cognitive Complexity of 4662 (exceeds 5 allowed). Consider refactoring.
Open

(function make_xlsx(XLSX){
XLSX.version = '0.8.0';
var current_codepage = 1200, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
    if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function make_xlsx has a Cognitive Complexity of 4662 (exceeds 5 allowed). Consider refactoring.
Open

(function make_xlsx(XLSX){
XLSX.version = '0.8.0';
var current_codepage = 1200, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
    if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function make_xlsx has a Cognitive Complexity of 4662 (exceeds 5 allowed). Consider refactoring.
Open

(function make_xlsx(XLSX){
XLSX.version = '0.8.0';
var current_codepage = 1200, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
    if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function make_xlsx has 9570 lines of code (exceeds 25 allowed). Consider refactoring.
Open

(function make_xlsx(XLSX){
XLSX.version = '0.8.0';
var current_codepage = 1200, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
    if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

    Function make_xlsx has 9570 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    (function make_xlsx(XLSX){
    XLSX.version = '0.8.0';
    var current_codepage = 1200, current_cptable;
    if(typeof module !== "undefined" && typeof require !== 'undefined') {
        if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

      Function make_xlsx has 9570 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      (function make_xlsx(XLSX){
      XLSX.version = '0.8.0';
      var current_codepage = 1200, current_cptable;
      if(typeof module !== "undefined" && typeof require !== 'undefined') {
          if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

        File highcharts.src.js has 12398 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        // ==ClosureCompiler==
        // @compilation_level SIMPLE_OPTIMIZATIONS
        
        /**
         * @license Highcharts JS v4.1.9 (2015-10-07)
        Severity: Major
        Found in assets/admin/global/plugins/highmaps/js/highcharts.src.js - About 1 mo to fix

          File highcharts.src.js has 12398 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          // ==ClosureCompiler==
          // @compilation_level SIMPLE_OPTIMIZATIONS
          
          /**
           * @license Highcharts JS v4.1.9 (2015-10-07)
          Severity: Major
          Found in assets/admin/global/plugins/highcharts/js/highcharts.src.js - About 1 mo to fix

            File xlsx.js has 9574 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /* xlsx.js (C) 2013-2015 SheetJS -- http://sheetjs.com */
            /* vim: set ts=2: */
            /*jshint -W041 */
            /*jshint funcscope:true, eqnull:true */
            var XLSX = {};

              File xlsx.js has 9574 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /* xlsx.js (C) 2013-2015 SheetJS -- http://sheetjs.com */
              /* vim: set ts=2: */
              /*jshint -W041 */
              /*jshint funcscope:true, eqnull:true */
              var XLSX = {};

                File xlsx.js has 9574 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /* xlsx.js (C) 2013-2015 SheetJS -- http://sheetjs.com */
                /* vim: set ts=2: */
                /*jshint -W041 */
                /*jshint funcscope:true, eqnull:true */
                var XLSX = {};

                  Function S2 has 4825 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  (function () {
                    // Restore the Select2 AMD loader so it can be used
                    // Needed mostly in the language files, where the loader is not inserted
                    if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
                      var S2 = jQuery.fn.select2.amd;
                  Severity: Major
                  Found in assets/admin/global/plugins/select2/js/select2.full.js - About 3 wks to fix

                    Function S2 has 4315 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    (function () {
                      // Restore the Select2 AMD loader so it can be used
                      // Needed mostly in the language files, where the loader is not inserted
                      if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
                        var S2 = jQuery.fn.select2.amd;
                    Severity: Major
                    Found in assets/admin/global/plugins/select2/js/select2.js - About 3 wks to fix

                      File fullcalendar.js has 7088 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      /*!
                       * FullCalendar v2.4.0
                       * Docs & License: http://fullcalendar.io/
                       * (c) 2015 Adam Shaw
                       */
                      Severity: Major
                      Found in assets/admin/global/plugins/fullcalendar/fullcalendar.js - About 2 wks to fix

                        File codemirror.js has 7057 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        // CodeMirror, copyright (c) by Marijn Haverbeke and others
                        // Distributed under an MIT license: http://codemirror.net/LICENSE
                        
                        // This is CodeMirror (http://codemirror.net), a code editor
                        // implemented in JavaScript on top of the browser's DOM.
                        Severity: Major
                        Found in assets/admin/global/plugins/codemirror/lib/codemirror.js - About 2 wks to fix

                          File wysihtml5-0.3.0.js has 6898 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          /**
                           * @license wysihtml5 v0.3.0
                           * https://github.com/xing/wysihtml5
                           *
                           * Author: Christopher Blum (https://github.com/tiff)
                          Severity: Major
                          Found in assets/admin/global/plugins/bootstrap-wysihtml5/wysihtml5-0.3.0.js - About 2 wks to fix

                            File wysihtml5-0.3.0.js has 6898 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            /**
                             * @license wysihtml5 v0.3.0
                             * https://github.com/xing/wysihtml5
                             *
                             * Author: Christopher Blum (https://github.com/tiff)

                              File moxie.js has 6042 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /**
                               * mOxie - multi-runtime File API & XMLHttpRequest L2 Polyfill
                               * v1.2.1
                               *
                               * Copyright 2013, Moxiecode Systems AB
                              Severity: Major
                              Found in assets/admin/global/plugins/plupload/js/moxie.js - About 2 wks to fix

                                File jstree.js has 5569 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /*globals jQuery, define, module, exports, require, window, document, postMessage */
                                (function (factory) {
                                    "use strict";
                                    if (typeof define === 'function' && define.amd) {
                                        define(['jquery'], factory);
                                Severity: Major
                                Found in assets/admin/global/plugins/jstree/dist/jstree.js - About 2 wks to fix

                                  Function ChartsAmcharts has 3129 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  var ChartsAmcharts = function() {
                                  
                                      var initChartSample1 = function() {
                                          var chart = AmCharts.makeChart("chart_1", {
                                              "type": "serial",
                                  Severity: Major
                                  Found in assets/admin/pages/scripts/charts-amcharts.js - About 2 wks to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language