azukiapp/azk

View on GitHub
src/system/scale.js

Summary

Maintainability
A
1 hr
Test Coverage

Function scale has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  scale(system, instances = {}, options = {}) {
    // Default instances
    if (_.isObject(instances)) {
      options   = _.merge(instances, options);
      instances = system.scalable.default;
Severity: Minor
Found in src/system/scale.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status