TryGhost/Ghost

View on GitHub
ghost/html-to-plaintext/lib/html-to-plaintext.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadConverters has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const loadConverters = () => {
    if (excerptConverter && emailConverter) {
        return;
    }

Severity: Minor
Found in ghost/html-to-plaintext/lib/html-to-plaintext.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status