rafinskipg/git-changelog

View on GitHub
tasks/lib/load-template.js

Summary

Maintainability
A
1 hr
Test Coverage
C
72%

Function loadTemplateFile has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function loadTemplateFile(data) {

  this.log('debug','loading template from', this.options.template);
  this.log('debug', 'loading commit template from ', this.options.commit_template);
  const { printCommit, linkToCommit, linkToIssue, options } = this;
Severity: Minor
Found in tasks/lib/load-template.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status