elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

exported type SurnameListPage should have comment or be unexported
Open

type SurnameListPage struct {
Severity: Minor
Found in html/surname_list_page.go by golint

exported function NewSurnameListPage should have comment or be unexported
Open

func NewSurnameListPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *SurnameListPage {
Severity: Minor
Found in html/surname_list_page.go by golint

exported function PageIndividuals should have comment or be unexported
Open

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

exported function NewIndividualComparison should have comment or be unexported
Open

func NewIndividualComparison(Left, Right *IndividualNode, Similarity *SurroundingSimilarity) *IndividualComparison {
Severity: Minor
Found in individual_comparison.go by golint

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

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

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

// Merging
Severity: Minor
Found in merge.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 method BinaryExpr.Evaluate should have comment or be unexported
Open

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

exported type VariableExpr should have comment or be unexported
Open

type VariableExpr struct {
Severity: Minor
Found in q/variable_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 SourceListPage.WriteHTMLTo should have comment or be unexported
Open

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

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

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

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

exported method Engine.StatementByVariableName should have comment or be unexported
Open

func (e *Engine) StatementByVariableName(name string) (*Statement, error) {
Severity: Minor
Found in q/engine.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 method SexNode.OwnershipWord should have comment or be unexported
Open

func (node *SexNode) OwnershipWord() string {
Severity: Minor
Found in sex_node.go by golint
Severity
Category
Status
Source
Language