l0nax/changelog-go

View on GitHub
internal/entryTypes.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var EntryT should have comment or be unexported
Open

var EntryT EntryTypes = EntryTypes{}
Severity: Minor
Found in internal/entryTypes.go by golint

exported method EntryTypes.DeRegisterEntryType should have comment or be unexported
Open

func (e *EntryTypes) DeRegisterEntryType(et *entry.ChangeEntry) error {
Severity: Minor
Found in internal/entryTypes.go by golint

exported method EntryTypes.SearchEntryType should have comment or be unexported
Open

func (e *EntryTypes) SearchEntryType(se *SEntryType) (*entry.ChangeEntry, error) {
Severity: Minor
Found in internal/entryTypes.go by golint

exported method EntryTypes.RegisterEntryType should have comment or be unexported
Open

func (e *EntryTypes) RegisterEntryType(et *entry.ChangeEntry) error {
Severity: Minor
Found in internal/entryTypes.go by golint

There are no issues that match your filters.

Category
Status