ember-cli-deploy/ember-cli-deploy

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function postBuild has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  postBuild: function(result) {
    var _this = this;
    if (!this.app) {
      // You will need ember-cli >= 1.13 to use ember-cli-deploy's postBuild integration.
      // This is because prior to 1.13, `this.app` is not available in the postBuild hook.
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status