elliotchance/gedcom

View on GitHub
individual_too_old_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type IndividualTooOldWarning should have comment or be unexported
Open

type IndividualTooOldWarning struct {
Severity: Minor
Found in individual_too_old_warning.go by golint

exported function NewIndividualTooOldWarning should have comment or be unexported
Open

func NewIndividualTooOldWarning(individual *IndividualNode, yearsOldAtDeath float64) *IndividualTooOldWarning {
Severity: Minor
Found in individual_too_old_warning.go by golint

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

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

There are no issues that match your filters.

Category
Status