elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported type TuneFlags should have comment or be unexported
Open

type TuneFlags struct {
Severity: Minor
Found in cmd/gedcom/tune.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// "gedcom diff" is a tool for comparing GEDCOM files and producing a HTML
Severity: Minor
Found in cmd/gedcom/diff.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in familysearch_id_node.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in jaro.go by gofmt

comment on exported const AgeConstraintUnknown should be of the form "AgeConstraintUnknown ..."
Open

    // The constraint is not known. This is the case if none of the other
Severity: Minor
Found in age_constraint.go by golint

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

// Equal will always return true if both nodes are not nil.
Severity: Minor
Found in baptism_node.go by golint

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

// Equal will always return true if both nodes are not nil.
Severity: Minor
Found in birth_node.go by golint

exported method Date.IsBefore should have comment or be unexported
Open

func (date Date) IsBefore(date2 Date) bool {
Severity: Minor
Found in date.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in flatten.go by gofmt

comment on exported const AgeConstraintAfterDeath should be of the form "AgeConstraintAfterDeath ..."
Open

    // The age is after the known death of the individual. Like the "before
Severity: Minor
Found in age_constraint.go by golint

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

// Equal will always return true if both nodes are not nil.
Severity: Minor
Found in burial_node.go by golint

exported method ChildNode.Individual should have comment or be unexported
Open

func (node *ChildNode) Individual() *IndividualNode {
Severity: Minor
Found in child_node.go by golint

exported method ChildBornBeforeParentWarning.Name should have comment or be unexported
Open

func (w *ChildBornBeforeParentWarning) Name() string {
Severity: Minor
Found in child_born_before_parent_warning.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

package comment should be of the form "Package gedcom ..."
Open

// Dates
Severity: Minor
Found in date.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in string_set.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package util
Severity: Minor
Found in util/cli.go by gofmt

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

comment on exported const AgeConstraintLiving should be of the form "AgeConstraintLiving ..."
Open

    // The age represents the number of years since the known birth of the
Severity: Minor
Found in age_constraint.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
Severity
Category
Status
Source
Language