elliotchance/gedcom

View on GitHub
date_constraint.go

Summary

Maintainability
A
0 mins
Test Coverage

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

    // The date is approximate. There is no defined error margin (how much the
Severity: Minor
Found in date_constraint.go by golint

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

    // The real date is before the specified date value. This often (but not
Severity: Minor
Found in date_constraint.go by golint

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

    // The real date is after the specified date value. This often (but not
Severity: Minor
Found in date_constraint.go by golint

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

    // There is no constraint. The date is at the value specified.
Severity: Minor
Found in date_constraint.go by golint

There are no issues that match your filters.

Category
Status