micro-toolkit/api-generator-js

View on GitHub
lib/client.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function init(modelName, runtimeConfig){
  log.trace('Loading client for model %s', modelName);
  var client = new ZSSClient(getConfig(runtimeConfig, modelName));

  return {
Severity: Minor
Found in lib/client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status