elliotchance/gedcom

View on GitHub
html/util.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function PageStatistics should have comment or be unexported
Open

func PageStatistics() string {
Severity: Minor
Found in html/util.go by golint

exported function PageIndividual should have comment or be unexported
Open

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

exported function PagePlaces should have comment or be unexported
Open

func PagePlaces() string {
Severity: Minor
Found in html/util.go by golint

should replace i += 1 with i++
Open

        i += 1
Severity: Minor
Found in html/util.go by golint

exported function PageFamilies should have comment or be unexported
Open

func PageFamilies() string {
Severity: Minor
Found in html/util.go by golint

exported function PageSource should have comment or be unexported
Open

func PageSource(source *gedcom.SourceNode) string {
Severity: Minor
Found in html/util.go by golint

exported function PageSurnames should have comment or be unexported
Open

func PageSurnames() string {
Severity: Minor
Found in html/util.go by golint

exported function PagePlace should have comment or be unexported
Open

func PagePlace(place string, places map[string]*place) string {
Severity: Minor
Found in html/util.go by golint

exported function PageIndividuals should have comment or be unexported
Open

func PageIndividuals(firstLetter rune) string {
Severity: Minor
Found in html/util.go by golint

exported function PageSources should have comment or be unexported
Open

func PageSources() string {
Severity: Minor
Found in html/util.go by golint

There are no issues that match your filters.

Category
Status