medialize/ally.js

View on GitHub
build/metalsmith/markdown/markdown-link-code.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(md, options) {
  if (!options || !options.pattern || !options.url) {
    throw new Error('the options "pattern" and "url" are required!');
  }

Severity: Minor
Found in build/metalsmith/markdown/markdown-link-code.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status