elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

comment on exported method IndividualNode.Sex should be of the form "Sex ..."
Open

// If the node is nil the result will be SexUnknown.
Severity: Minor
Found in individual_node.go by golint

exported method IndividualNode.Warnings should have comment or be unexported
Open

func (node *IndividualNode) Warnings() (warnings Warnings) {
Severity: Minor
Found in individual_node.go by golint

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

func (w *InverseSpousesWarning) Name() string {
Severity: Minor
Found in inverse_spouses_warning.go by golint

exported function NewMarriedOutOfRangeWarning should have comment or be unexported
Open

func NewMarriedOutOfRangeWarning(family *FamilyNode, spouse *IndividualNode, yearsOldAtMarriage float64, boundary string) *MarriedOutOfRangeWarning {
Severity: Minor
Found in married_out_of_range.go by golint

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

// Merging
Severity: Minor
Found in merge.go by golint

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

// Comparing and Diffing
Severity: Minor
Found in node_diff.go by golint

exported type Token should have comment or be unexported
Open

type Token struct {
Severity: Minor
Found in q/token.go by golint

comment on exported type SexNode should be of the form "SexNode ..." (with optional leading article)
Open

// Indicates the sex of an individual--male or female.
Severity: Minor
Found in sex_node.go by golint

exported type SourceLink should have comment or be unexported
Open

type SourceLink struct {
Severity: Minor
Found in html/source_link.go by golint

exported function NewSourceStatistics should have comment or be unexported
Open

func NewSourceStatistics(document *gedcom.Document) *SourceStatistics {
Severity: Minor
Found in html/source_statistics.go by golint

exported method SourceStatistics.WriteHTMLTo should have comment or be unexported
Open

func (c *SourceStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/source_statistics.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 method IncorrectEventOrderWarning.Name should have comment or be unexported
Open

func (w *IncorrectEventOrderWarning) Name() string {
Severity: Minor
Found in incorrect_event_order_warning.go by golint

exported method IndividualNode.UniqueIDs should have comment or be unexported
Open

func (node *IndividualNode) UniqueIDs() (nodes []*UniqueIDNode) {
Severity: Minor
Found in individual_node.go by golint

exported type IndividualTooOldWarning should have comment or be unexported
Open

type IndividualTooOldWarning struct {
Severity: Minor
Found in individual_too_old_warning.go by golint

exported type Placer should have comment or be unexported
Open

type Placer interface {
Severity: Minor
Found in placer.go by golint

exported method ObjectExpr.Evaluate should have comment or be unexported
Open

func (e *ObjectExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
Severity: Minor
Found in q/object_expr.go by golint

comment on exported method SimpleNode.Tag should be of the form "Tag ..."
Open

// If the node is nil the result will be an empty tag.
Severity: Minor
Found in simple_node.go by golint

exported method SourceProperty.WriteHTMLTo should have comment or be unexported
Open

func (c *SourceProperty) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/source_property.go by golint
Severity
Category
Status
Source
Language