thinkingmedia/grunt-readme-plus

View on GitHub
src/Plus/Writers/Image.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Module has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Module(_, fs, Print, /**Plus.Files.Logger*/Logger) {

    /**
     * @readme plugins.Image
     *
Severity: Minor
Found in src/Plus/Writers/Image.js - About 1 hr to fix

Function Image has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var Image = function (engine, section, options) {
        Logger.debug('Plugin %s: %s', 'Image', section);

        options = _.merge({}, {image: true}, options);

Severity: Minor
Found in src/Plus/Writers/Image.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status