skapeyi/polling-tally

View on GitHub

Showing 105 of 174 total issues

File bootstrap.bundle.js has 3950 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
  * Bootstrap v4.0.0 (https://getbootstrap.com)
  * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
Severity: Major
Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 wk to fix

    File bootstrap.js has 2797 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*!
      * Bootstrap v4.0.0 (https://getbootstrap.com)
      * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
      * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
      */
    Severity: Major
    Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 wk to fix

      Function Tooltip has 512 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      var Tooltip = function ($$$1) {
        /**
         * ------------------------------------------------------------------------
         * Constants
         * ------------------------------------------------------------------------
      Severity: Major
      Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 2 days to fix

        Function Tooltip has 512 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        var Tooltip = function ($$$1) {
          /**
           * ------------------------------------------------------------------------
           * Constants
           * ------------------------------------------------------------------------
        Severity: Major
        Found in static/shutdown/bootstrap/js/bootstrap.js - About 2 days to fix

          Function Tooltip has 428 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            function () {
              function Tooltip(element, config) {
                /**
                 * Check for Popper dependency
                 * Popper - https://popper.js.org
          Severity: Major
          Found in static/shutdown/bootstrap/js/bootstrap.js - About 2 days to fix

            Function Tooltip has 428 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              function () {
                function Tooltip(element, config) {
                  /**
                   * Check for Popper dependency
                   * Popper - https://popper.js.org
            Severity: Major
            Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 2 days to fix

              Function Modal has 418 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              var Modal = function ($$$1) {
                /**
                 * ------------------------------------------------------------------------
                 * Constants
                 * ------------------------------------------------------------------------
              Severity: Major
              Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 2 days to fix

                Function Modal has 418 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                var Modal = function ($$$1) {
                  /**
                   * ------------------------------------------------------------------------
                   * Constants
                   * ------------------------------------------------------------------------
                Severity: Major
                Found in static/shutdown/bootstrap/js/bootstrap.js - About 2 days to fix

                  Function Carousel has 366 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  var Carousel = function ($$$1) {
                    /**
                     * ------------------------------------------------------------------------
                     * Constants
                     * ------------------------------------------------------------------------
                  Severity: Major
                  Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix

                    Function Carousel has 366 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    var Carousel = function ($$$1) {
                      /**
                       * ------------------------------------------------------------------------
                       * Constants
                       * ------------------------------------------------------------------------
                    Severity: Major
                    Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                      Function Modal has 336 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                        function () {
                          function Modal(element, config) {
                            this._config = this._getConfig(config);
                            this._element = element;
                            this._dialog = $$$1(element).find(Selector.DIALOG)[0];
                      Severity: Major
                      Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                        Function Modal has 336 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          function () {
                            function Modal(element, config) {
                              this._config = this._getConfig(config);
                              this._element = element;
                              this._dialog = $$$1(element).find(Selector.DIALOG)[0];
                        Severity: Major
                        Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix

                          Function Dropdown has 318 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          var Dropdown = function ($$$1) {
                            /**
                             * ------------------------------------------------------------------------
                             * Constants
                             * ------------------------------------------------------------------------
                          Severity: Major
                          Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix

                            Function Dropdown has 318 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            var Dropdown = function ($$$1) {
                              /**
                               * ------------------------------------------------------------------------
                               * Constants
                               * ------------------------------------------------------------------------
                            Severity: Major
                            Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                              Function Carousel has 290 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                function () {
                                  function Carousel(element, config) {
                                    this._items = null;
                                    this._interval = null;
                                    this._activeElement = null;
                              Severity: Major
                              Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                                Function Carousel has 290 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                  function () {
                                    function Carousel(element, config) {
                                      this._items = null;
                                      this._interval = null;
                                      this._activeElement = null;
                                Severity: Major
                                Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix

                                  Function Collapse has 261 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  var Collapse = function ($$$1) {
                                    /**
                                     * ------------------------------------------------------------------------
                                     * Constants
                                     * ------------------------------------------------------------------------
                                  Severity: Major
                                  Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                                    Function Collapse has 261 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    var Collapse = function ($$$1) {
                                      /**
                                       * ------------------------------------------------------------------------
                                       * Constants
                                       * ------------------------------------------------------------------------
                                    Severity: Major
                                    Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix

                                      Function Dropdown has 241 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                        function () {
                                          function Dropdown(element, config) {
                                            this._element = element;
                                            this._popper = null;
                                            this._config = this._getConfig(config);
                                      Severity: Major
                                      Found in static/shutdown/bootstrap/js/bootstrap.js - About 1 day to fix

                                        Function Dropdown has 241 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                          function () {
                                            function Dropdown(element, config) {
                                              this._element = element;
                                              this._popper = null;
                                              this._config = this._getConfig(config);
                                        Severity: Major
                                        Found in static/shutdown/bootstrap/js/bootstrap.bundle.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language