elliotchance/gedcom

View on GitHub
age_constraint.go

Summary

Maintainability
A
0 mins
Test Coverage

comment on exported const AgeConstraintUnknown should be of the form "AgeConstraintUnknown ..."
Open

    // The constraint is not known. This is the case if none of the other
Severity: Minor
Found in age_constraint.go by golint

comment on exported const AgeConstraintLiving should be of the form "AgeConstraintLiving ..."
Open

    // The age represents the number of years since the known birth of the
Severity: Minor
Found in age_constraint.go by golint

comment on exported const AgeConstraintAfterDeath should be of the form "AgeConstraintAfterDeath ..."
Open

    // The age is after the known death of the individual. Like the "before
Severity: Minor
Found in age_constraint.go by golint

comment on exported const AgeConstraintBeforeBirth should be of the form "AgeConstraintBeforeBirth ..."
Open

    // The age represents a time before the known birth. This would be
Severity: Minor
Found in age_constraint.go by golint

There are no issues that match your filters.

Category
Status