micro-toolkit/api-generator-js

View on GitHub
lib/paths.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function load(config){
  return {
    collection: function(metadata){
      var metadataIndex = config.metadata[metadata.version];
      return getCollectionPath(metadata, metadataIndex);
Severity: Minor
Found in lib/paths.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status