elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported var TokenRegexp should have comment or be unexported
Open

var TokenRegexp = []struct {
Severity: Minor
Found in q/token.go by golint

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

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

exported function NewSourceProperty should have comment or be unexported
Open

func NewSourceProperty(document *gedcom.Document, node gedcom.Node) *SourceProperty {
Severity: Minor
Found in html/source_property.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

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

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

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

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

exported method Tokens.Rollback should have comment or be unexported
Open

func (t *Tokens) Rollback(position int, err *error) {
Severity: Minor
Found in q/token.go by golint

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

func (e *VariableExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
Severity: Minor
Found in q/variable_expr.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

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

exported function PageSources should have comment or be unexported
Open

func PageSources() string {
Severity: Minor
Found in html/util.go by golint

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

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

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

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

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

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

exported function NewNodes should have comment or be unexported
Open

func NewNodes(ns interface{}) (nodes Nodes) {
Severity: Minor
Found in nodes.go by golint

exported type GEDCOMFormatter should have comment or be unexported
Open

type GEDCOMFormatter struct {
Severity: Minor
Found in q/gedcom_formatter.go by golint

exported type Span should have comment or be unexported
Open

type Span struct {
Severity: Minor
Found in html/core/span.go by golint

exported method TableCell.Header should have comment or be unexported
Open

func (c *TableCell) Header() *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

exported function NewText should have comment or be unexported
Open

func NewText(s string) *Text {
Severity: Minor
Found in html/core/text.go by golint

exported type IndividualNameAndDatesLink should have comment or be unexported
Open

type IndividualNameAndDatesLink struct {
Severity
Category
Status
Source
Language