elwayman02/ember-cli-opinionated

View on GitHub
blueprints/ember-cli-opinionated/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  afterInstall: function () {
    var packages = [
      'ember-cli-autoprefixer',
      'ember-cli-blanket',
      'ember-cli-sass',
Severity: Minor
Found in blueprints/ember-cli-opinionated/index.js - About 1 hr to fix

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

      promptUserForOpinions: function (packages, prompts) {
    
        var done = false;
    
        return prompts.reduce(function (prev, prompt, index) {
    Severity: Minor
    Found in blueprints/ember-cli-opinionated/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status