elliotchance/gedcom

View on GitHub
html/individual_index_header.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewIndividualIndexHeader should have comment or be unexported
Open

func NewIndividualIndexHeader(document *gedcom.Document, selectedLetter rune, livingVisibility LivingVisibility, indexLetters []rune) *IndividualIndexHeader {
Severity: Minor
Found in html/individual_index_header.go by golint

exported function GetIndexLetters should have comment or be unexported
Open

func GetIndexLetters(document *gedcom.Document, livingVisibility LivingVisibility) []rune {
Severity: Minor
Found in html/individual_index_header.go by golint

exported type IndividualIndexHeader should have comment or be unexported
Open

type IndividualIndexHeader struct {
Severity: Minor
Found in html/individual_index_header.go by golint

There are no issues that match your filters.

Category
Status