elliotchance/gedcom

View on GitHub
incorrect_event_order_warning.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewIncorrectEventOrderWarning should have comment or be unexported
Open

func NewIncorrectEventOrderWarning(firstEvent Node, firstDateRange DateRange, secondEvent Node, secondDateRange DateRange) *IncorrectEventOrderWarning {
Severity: Minor
Found in incorrect_event_order_warning.go by golint

There are no issues that match your filters.

Category
Status