elliotchance/gedcom

View on GitHub
inverse_spouses_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported type InverseSpousesWarning should have comment or be unexported
Open

type InverseSpousesWarning struct {
Severity: Minor
Found in inverse_spouses_warning.go by golint

exported function NewInverseSpousesWarning should have comment or be unexported
Open

func NewInverseSpousesWarning(family *FamilyNode, husband, wife *IndividualNode) *InverseSpousesWarning {
Severity: Minor
Found in inverse_spouses_warning.go by golint

There are no issues that match your filters.

Category
Status