rafinskipg/git-changelog

View on GitHub
tasks/lib/write-change-log.js

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Function writeChangelog has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function writeChangelog(commits) {
  var module = this;

  debug('writing change log');
  var sections = this.organizeCommits(commits, this.options.sections);
Severity: Minor
Found in tasks/lib/write-change-log.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status