l0nax/changelog-go

View on GitHub
pkg/entry/entries/basicEntries.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type BasicEntry should have comment or be unexported
Open

type BasicEntry struct {
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.GetTypeDescription should have comment or be unexported
Open

func (b *BasicEntry) GetTypeDescription() string     { return b.typeDesc }
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.GetListEntries should have comment or be unexported
Open

func (b *BasicEntry) GetListEntries() []*entry.Entry { return b.entries }
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.GetTypeID should have comment or be unexported
Open

func (b *BasicEntry) GetTypeID() int                 { return b.typeID }
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.GetShortTypeName should have comment or be unexported
Open

func (b *BasicEntry) GetShortTypeName() string       { return b.shortTypeName }
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.AddEntry should have comment or be unexported
Open

func (b *BasicEntry) AddEntry(ent *entry.Entry)      { b.entries = append(b.entries, ent) }
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

exported method BasicEntry.NewChangeType should have comment or be unexported
Open

func (b *BasicEntry) NewChangeType() *entry.ChangeEntry {
Severity: Minor
Found in pkg/entry/entries/basicEntries.go by golint

There are no issues that match your filters.

Category
Status