l0nax/changelog-go

View on GitHub
pkg/changelog/generator.go

Summary

Maintainability
A
1 hr
Test Coverage

Function GenerateChangelog has 59 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func GenerateChangelog(r *Release) {
    // load all unreleased Files
    err := GetEntries(r)
    if err != nil {
        log.Fatal(err)
Severity: Minor
Found in pkg/changelog/generator.go - About 1 hr to fix

    exported function PrintChangesFromLatest should have comment or be unexported
    Open

    func PrintChangesFromLatest() {
    Severity: Minor
    Found in pkg/changelog/generator.go by golint

    There are no issues that match your filters.

    Category
    Status