elliotchance/gedcom

View on GitHub
html/individual_in_list.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewIndividualInList should have comment or be unexported
Open

func NewIndividualInList(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualInList {
Severity: Minor
Found in html/individual_in_list.go by golint

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

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

There are no issues that match your filters.

Category
Status