maciakl/imaginary-pictures

View on GitHub

Showing 3 of 4 total issues

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

module.exports = function (grunt) {

    // Load grunt tasks automatically
    require('load-grunt-tasks')(grunt);

Severity: Major
Found in Gruntfile.js - About 1 day to fix

    File Gruntfile.js has 271 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    // Generated on 2014-05-14 using generator-webapp 0.4.9
    'use strict';
    
    // # Globbing
    // for performance reasons we're only matching one level down:
    Severity: Minor
    Found in Gruntfile.js - About 2 hrs to fix

      Function addImage has 44 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function addImage(item) {
      
          $('#images').append( $('<div />').addClass('col-xs-12')
              .append(
                  $('<div />').addClass('thumbnail')
      Severity: Minor
      Found in app/scripts/main.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language