elliotchance/gedcom

View on GitHub
child_nodes.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type ChildNodes should have comment or be unexported
Open

type ChildNodes []*ChildNode
Severity: Minor
Found in child_nodes.go by golint

exported method ChildNodes.Similarity should have comment or be unexported
Open

func (nodes ChildNodes) Similarity(other ChildNodes, options SimilarityOptions) float64 {
Severity: Minor
Found in child_nodes.go by golint

exported method ChildNodes.IndividualByPointer should have comment or be unexported
Open

func (nodes ChildNodes) IndividualByPointer(pointer string) *IndividualNode {
Severity: Minor
Found in child_nodes.go by golint

exported method ChildNodes.ByPointer should have comment or be unexported
Open

func (nodes ChildNodes) ByPointer(pointer string) *ChildNode {
Severity: Minor
Found in child_nodes.go by golint

exported method ChildNodes.Individuals should have comment or be unexported
Open

func (nodes ChildNodes) Individuals() (individuals IndividualNodes) {
Severity: Minor
Found in child_nodes.go by golint

There are no issues that match your filters.

Category
Status