CrowdHailer/cuminjs

View on GitHub

Showing 5 of 13 total issues

Function _ has 386 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var _ = (function () {
  'use strict';

  var FROZEN = true;
  var BREAKER = {};
Severity: Major
Found in src/cumin.js - About 1 day to fix

    File cumin.js has 389 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    // Definitions
    // Arrays have index, element
    // Objects have key, value
    // Colletions have location, item
    
    
    Severity: Minor
    Found in src/cumin.js - About 5 hrs to fix

      Function exports has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function(grunt) {
        grunt.initConfig({
          pkg: grunt.file.readJSON('package.json'),
          concat: {
            options: {
      Severity: Minor
      Found in Gruntfile.js - About 1 hr to fix

        Function exports has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        module.exports = function (config) {
          config.set({
            basePath: '',
            frameworks: ['jasmine'],
            files: [
        Severity: Minor
        Found in karma.conf.js - About 1 hr to fix

          Function exports has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          module.exports = function(config) {
            config.set({
              basePath: '',
              frameworks: ['jasmine'],
              files: [
          Severity: Minor
          Found in karmamin.conf.js - About 1 hr to fix
            Severity
            Category
            Status
            Source
            Language