ubenzer/metaltext

View on GitHub
metalsmith/createCollectionJson.js

Summary

Maintainability
A
1 hr
Test Coverage

Function plugin has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function plugin(options) {
  options = normalize(options);

  return function(files, metalsmith, done) {
    var processedCollections = metalsmith.metadata().collections;
Severity: Minor
Found in metalsmith/createCollectionJson.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status