elliotchance/gedcom

View on GitHub
siblings_born_too_close_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type SiblingsBornTooCloseWarning should have comment or be unexported
Open

type SiblingsBornTooCloseWarning struct {
Severity: Minor
Found in siblings_born_too_close_warning.go by golint

exported method SiblingsBornTooCloseWarning.Name should have comment or be unexported
Open

func (w *SiblingsBornTooCloseWarning) Name() string {
Severity: Minor
Found in siblings_born_too_close_warning.go by golint

exported function NewSiblingsBornTooCloseWarning should have comment or be unexported
Open

func NewSiblingsBornTooCloseWarning(sibling1, sibling2 *ChildNode) *SiblingsBornTooCloseWarning {
Severity: Minor
Found in siblings_born_too_close_warning.go by golint

There are no issues that match your filters.

Category
Status