elliotchance/gedcom

View on GitHub
html/family_in_list.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewFamilyInList should have comment or be unexported
Open

func NewFamilyInList(document *gedcom.Document, family *gedcom.FamilyNode, visibility LivingVisibility, placesMap map[string]*place) *FamilyInList {
Severity: Minor
Found in html/family_in_list.go by golint

exported type FamilyInList should have comment or be unexported
Open

type FamilyInList struct {
Severity: Minor
Found in html/family_in_list.go by golint

There are no issues that match your filters.

Category
Status