getlackey/lackey-cms

View on GitHub
modules/core/server/models/content/generator.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = (data) => {
    return require('./index')
        .then((content) => {
            Content = content;
            templateGenerator = require('../template/generator');
Severity: Major
Found in modules/core/server/models/content/generator.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status