elliotchance/gedcom

View on GitHub
html/individual_name.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const UnknownEmphasis should have comment or be unexported
Open

const UnknownEmphasis = "<em>Unknown</em>"
Severity: Minor
Found in html/individual_name.go by golint

exported method IndividualName.IsUnknown should have comment or be unexported
Open

func (c *IndividualName) IsUnknown() bool {
Severity: Minor
Found in html/individual_name.go by golint

exported function NewIndividualName should have comment or be unexported
Open

func NewIndividualName(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownHTML string) *IndividualName {
Severity: Minor
Found in html/individual_name.go by golint

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

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

There are no issues that match your filters.

Category
Status