elliotchance/gedcom

View on GitHub
child_born_before_parent_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewChildBornBeforeParentWarning should have comment or be unexported
Open

func NewChildBornBeforeParentWarning(parent *IndividualNode, child *ChildNode) *ChildBornBeforeParentWarning {
Severity: Minor
Found in child_born_before_parent_warning.go by golint

exported type ChildBornBeforeParentWarning should have comment or be unexported
Open

type ChildBornBeforeParentWarning struct {
Severity: Minor
Found in child_born_before_parent_warning.go by golint

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

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

There are no issues that match your filters.

Category
Status