Showing 841 of 841 total issues
File Chart.js
has 9013 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* Chart.js
* http://chartjs.org/
* Version: 2.5.0
*
File jquery.js
has 6829 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jQuery JavaScript Library v1.11.1
* http://jquery.com/
*
* Includes Sizzle.js
File vue.js
has 5922 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* Vue.js v2.0.3
* (c) 2014-2016 Evan You
* Released under the MIT License.
*/
Function Sizzle
has 1347 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
(function( window ) {
var i,
support,
Expr,
File selectize.js
has 2379 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* sifter.js
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
File moment.js
has 2351 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
//! moment.js
//! version : 2.9.0
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Function loadAdapters
has 862 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function loadAdapters() {
if (!HighchartsAdapter && "Highcharts" in window) {
HighchartsAdapter = new function () {
var Highcharts = window.Highcharts;
File bootstrap.js
has 1587 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
Function 26
has 836 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],26:[function(require,module,exports){
/* global window: false */
/* global document: false */
'use strict';
Function exports
has 833 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(Chart) {
// Global Chart helpers object for utility methods and classes
var helpers = Chart.helpers = {};
// -- Basic js utility methods
File chartkick.js
has 1419 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* Chartkick.js
* Create beautiful charts with one line of JavaScript
* https://github.com/ankane/chartkick.js
* v2.2.1
Function 36
has 638 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],36:[function(require,module,exports){
'use strict';
module.exports = function(Chart) {
Function exports
has 636 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(Chart) {
var helpers = Chart.helpers;
/**
Function 4
has 580 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{"2":2,"5":5}],4:[function(require,module,exports){
/* MIT license */
module.exports = {
rgb2hsl: rgb2hsl,
File daterangepicker.js
has 1111 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* @version: 2.1.14
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
Function 32
has 555 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],32:[function(require,module,exports){
'use strict';
module.exports = function(Chart) {
Function exports
has 553 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(Chart) {
var helpers = Chart.helpers;
Chart.defaults.scale = {
Function 23
has 488 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
},{}],23:[function(require,module,exports){
'use strict';
module.exports = function(Chart) {
Function exports
has 486 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(Chart) {
var helpers = Chart.helpers;
var plugins = Chart.plugins;
var platform = Chart.platform;
File moment-timezone.js
has 900 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
//! moment-timezone.js
//! version : 0.3.0
//! author : Tim Wood
//! license : MIT
//! github.com/moment/moment-timezone