elliotchance/gedcom

View on GitHub
html/individual_name_and_dates.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type IndividualNameAndDates should have comment or be unexported
Open

type IndividualNameAndDates struct {
Severity: Minor
Found in html/individual_name_and_dates.go by golint

exported function NewIndividualNameAndDates should have comment or be unexported
Open

func NewIndividualNameAndDates(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownText string) *IndividualNameAndDates {
Severity: Minor
Found in html/individual_name_and_dates.go by golint

exported method IndividualNameAndDates.WriteHTMLTo should have comment or be unexported
Open

func (c *IndividualNameAndDates) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/individual_name_and_dates.go by golint

There are no issues that match your filters.

Category
Status