sondr3/generator-jekyllized

View on GitHub
generators/jekyll/index.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function constructor has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor: function () {
    generators.Base.apply(this, arguments);

    this.option('projectName', {
      type: String,
Severity: Major
Found in generators/jekyll/index.js - About 2 hrs to fix

    Function writing has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      writing: function () {
        this.fs.copy(
          this.templatePath('Gemfile'),
          this.destinationPath('Gemfile')
        );
    Severity: Minor
    Found in generators/jekyll/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status