TryGhost/Ghost

View on GitHub
ghost/importer-revue/lib/importer-revue.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const fetchPostsFromData = (revueData) => {
    const itemData = JSON.parse(revueData.items);
    const issueData = papaparse.parse(revueData.issues, {
        header: true,
        skipEmptyLines: true,
Severity: Minor
Found in ghost/importer-revue/lib/importer-revue.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status