elliotchance/gedcom

View on GitHub
married_out_of_range.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewMarriedOutOfRangeWarning should have comment or be unexported
Open

func NewMarriedOutOfRangeWarning(family *FamilyNode, spouse *IndividualNode, yearsOldAtMarriage float64, boundary string) *MarriedOutOfRangeWarning {
Severity: Minor
Found in married_out_of_range.go by golint

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

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

There are no issues that match your filters.

Category
Status