elliotchance/gedcom

View on GitHub
residence_node.go

Summary

Maintainability
A
35 mins
Test Coverage

Method ResidenceNode.Equals has 5 return statements (exceeds 4 allowed).
Open

func (node *ResidenceNode) Equals(node2 Node) bool {
    if IsNil(node) {
        return false
    }

Severity: Major
Found in residence_node.go - About 35 mins to fix

    comment on exported method ResidenceNode.Equals should be of the form "Equals ..."
    Open

    // Equal tests if two residence events are the same.
    Severity: Minor
    Found in residence_node.go by golint

    There are no issues that match your filters.

    Category
    Status