azukiapp/azk

View on GitHub
src/cmds/start.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  start(manifest, systems, opts) {
    return async(this, function* () {
      var result = yield this._scale(systems, 'start', opts);

      // if flag --open
Severity: Minor
Found in src/cmds/start.js - About 1 hr to fix

    Function _scale has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      _scale(systems, action, opts) {
        var args = this.normalized_params.arguments;
        var args_systems = (args.system || '').split(',');
        args_systems = _.map(args_systems, (s) => (s || '').trim());
    
    
    Severity: Minor
    Found in src/cmds/start.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status