elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported method NodeDiff.Tag should have comment or be unexported
Open

func (nd *NodeDiff) Tag() Tag {
Severity: Minor
Found in node_diff.go by golint

exported type Nodes should have comment or be unexported
Open

type Nodes []Node
Severity: Minor
Found in nodes.go by golint

exported type CSVFormatter should have comment or be unexported
Open

type CSVFormatter struct {
Severity: Minor
Found in q/csv_formatter.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.Value should be of the form "Value ..."
Open

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

exported type SurnameInList should have comment or be unexported
Open

type SurnameInList struct {
Severity: Minor
Found in html/surname_in_list.go by golint

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

func (c *SurnameLink) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/surname_link.go by golint

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

func (node *IndividualNode) AddBirthDate(birthDate string) *IndividualNode {
Severity: Minor
Found in individual_node.go by golint

exported type NameType should have comment or be unexported
Open

type NameType string
Severity: Minor
Found in name_type.go by golint

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

// Equality
Severity: Minor
Found in node.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

exported function NewSourcePage should have comment or be unexported
Open

func NewSourcePage(document *gedcom.Document, source *gedcom.SourceNode, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *SourcePage {
Severity: Minor
Found in html/source_page.go by golint

exported function NewSurnameIndex should have comment or be unexported
Open

func NewSurnameIndex(document *gedcom.Document, selectedLetter rune, visibility LivingVisibility) *SurnameIndex {
Severity: Minor
Found in html/surname_index.go by golint

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

// TODO: Needs tests
Severity: Minor
Found in individual_node.go by golint

exported const SexMale should have comment (or a comment on this block) or be unexported
Open

    SexMale    = "M"
Severity: Minor
Found in sex_node.go by golint

exported method SexNode.IsUnknown should have comment or be unexported
Open

func (node *SexNode) IsUnknown() bool {
Severity: Minor
Found in sex_node.go by golint

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

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

exported type SourceProperty should have comment or be unexported
Open

type SourceProperty struct {
Severity: Minor
Found in html/source_property.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

exported function NewSurnameLink should have comment or be unexported
Open

func NewSurnameLink(surname string) *SurnameLink {
Severity: Minor
Found in html/surname_link.go by golint
Severity
Category
Status
Source
Language