elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

// "gedcom publish" renders a GEDCOM file into HTML pages that can be shared and
Severity: Minor
Found in cmd/gedcom/publish.go by gofmt

comment on exported function NewDateRangeWithNow should be of the form "NewDateRangeWithNow ..."
Open

// NewDateWithNow creates a two Dates that represents the the start and end of
Severity: Minor
Found in date.go by golint

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

// Encoding a Document
Severity: Minor
Found in encoder.go by gofmt

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

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

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

// "gedcom query" is a command line tool and query language for GEDCOM files
Severity: Minor
Found in cmd/gedcom/query.go by gofmt

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

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

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

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

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.IndividualByPointer should have comment or be unexported
Open

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

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 function NewChildBornBeforeParentWarning should have comment or be unexported
Open

func NewChildBornBeforeParentWarning(parent *IndividualNode, child *ChildNode) *ChildBornBeforeParentWarning {
Severity: Minor
Found in child_born_before_parent_warning.go by golint

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

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

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

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

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

package q
Severity: Minor
Found in q/nodes_with_tag_path.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 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 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

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 string_set.go by gofmt

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
Severity
Category
Status
Source
Language