elliotchance/gedcom

View on GitHub
multiple_sexes_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewMultipleSexesWarning should have comment or be unexported
Open

func NewMultipleSexesWarning(individual *IndividualNode, sexes []*SexNode) *MultipleSexesWarning {
Severity: Minor
Found in multiple_sexes_warning.go by golint

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

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

exported type MultipleSexesWarning should have comment or be unexported
Open

type MultipleSexesWarning struct {
Severity: Minor
Found in multiple_sexes_warning.go by golint

There are no issues that match your filters.

Category
Status