ember-cli-deploy/ember-cli-deploy

View on GitHub
lib/commands/activate.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  run: function(commandOptions, rawArgs) {
    commandOptions.deployTarget = rawArgs.shift();

    this.ui.verbose = chooseOptionValue(commandOptions.verbose, this.settings, 'verbose');
    this.ui.logInfoColor = chooseOptionValue(commandOptions.logInfoColor, this.settings, 'logInfoColor', 'blue');
Severity: Minor
Found in lib/commands/activate.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status