jeffersondanielss/adamantium

View on GitHub

Showing 3 of 3 total issues

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

module.exports = function (grunt) {

  // Time how long tasks take. Can help when optimizing build times
  require('time-grunt')(grunt);

Severity: Major
Found in app/templates/_gruntfile.js - About 1 day to fix

    File _gruntfile.js has 294 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    'use strict';
    
    module.exports = function (grunt) {
    
      // Time how long tasks take. Can help when optimizing build times
    Severity: Minor
    Found in app/templates/_gruntfile.js - About 3 hrs to fix

      Function prompting has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        prompting: function () {
          var done = this.async();
      
          // Have Yeoman greet the user.
          this.log(yosay(
      Severity: Minor
      Found in app/index.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language