radify/radiian

View on GitHub
lib/Generator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generate has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    generate: function(answers) {

      answers.tag_old_app = 'old' + answers.appName.charAt(0).toUpperCase() + answers.appName.slice(1);
      answers.converted_environment = answers.environment.replace(/-/g, "_");

Severity: Minor
Found in lib/Generator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status