ember-cli/ember-try

View on GitHub
lib/utils/result-summary.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _printDependencyTable has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _printDependencyTable(dependencyStatus) {
    if (!dependencyStatus.length) {
      return;
    }
    let task = this;
Severity: Minor
Found in lib/utils/result-summary.js - About 1 hr to fix

    Function print has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      print() {
        let task = this;
        let colorAndMessage;
        let failMessage;
        let countPassed = 0;
    Severity: Minor
    Found in lib/utils/result-summary.js - About 1 hr to fix

      Parsing error: Invalid ecmaVersion.
      Open

      'use strict';
      Severity: Minor
      Found in lib/utils/result-summary.js by eslint

      For more information visit Source: http://eslint.org/docs/rules/

      There are no issues that match your filters.

      Category
      Status