taylor1791/promissory-arbiter

View on GitHub
docs/template/publish.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function parseReadMe() {
  var readme = fs.readFileSync('README.md', 'utf8');
  var tokens = marked.lexer(readme);
  var parts = {};
  var rendered = {};
Severity: Minor
Found in docs/template/publish.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status