ember-cli-deploy/ember-cli-deploy

View on GitHub
lib/commands/deploy.js

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    commandOptions.deployConfigFile = chooseOptionValue(commandOptions.deployConfigFile, this.settings, 'deploy-config-file', 'config/deploy.js');
    commandOptions.activate = chooseOptionValue(commandOptions.activate, this.settings, 'activate');
Severity: Minor
Found in lib/commands/deploy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status