elliotchance/gedcom

View on GitHub
html/individual_name_and_sex.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewIndividualNameAndSex should have comment or be unexported
Open

func NewIndividualNameAndSex(individual *gedcom.IndividualNode) *IndividualNameAndSex {
Severity: Minor
Found in html/individual_name_and_sex.go by golint

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

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

There are no issues that match your filters.

Category
Status