elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported type SiblingsBornTooCloseWarning should have comment or be unexported
Open

type SiblingsBornTooCloseWarning struct {
Severity: Minor
Found in siblings_born_too_close_warning.go by golint

exported function NewSiblingsBornTooCloseWarning should have comment or be unexported
Open

func NewSiblingsBornTooCloseWarning(sibling1, sibling2 *ChildNode) *SiblingsBornTooCloseWarning {
Severity: Minor
Found in siblings_born_too_close_warning.go by golint

exported function NewNavTabs should have comment or be unexported
Open

func NewNavTabs(items []*NavItem) *NavTabs {
Severity: Minor
Found in html/core/nav_tabs.go by golint

exported type Number should have comment or be unexported
Open

type Number struct {
Severity: Minor
Found in html/core/number.go by golint

should replace counts[event.Tag().String()] += 1 with counts[event.Tag().String()]++
Open

            counts[event.Tag().String()] += 1
Severity: Minor
Found in html/event_statistics.go by golint

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

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

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

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

exported function NewIndividualPage should have comment or be unexported
Open

func NewIndividualPage(document *gedcom.Document, individual *gedcom.IndividualNode, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *IndividualPage {
Severity: Minor
Found in html/individual_page.go by golint

exported function NewLivingVisibility should have comment or be unexported
Open

func NewLivingVisibility(lv string) LivingVisibility {
Severity: Minor
Found in html/living_visibility.go by golint

exported function NewPartnersAndChildren should have comment or be unexported
Open

func NewPartnersAndChildren(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *PartnersAndChildren {
Severity: Minor
Found in html/partners_and_children.go by golint

exported type PlaceLink should have comment or be unexported
Open

type PlaceLink struct {
Severity: Minor
Found in html/place_link.go by golint

exported function NewSexBadge should have comment or be unexported
Open

func NewSexBadge(sex *gedcom.SexNode) *SexBadge {
Severity: Minor
Found in html/sex_badge.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 function NewStatisticsPage should have comment or be unexported
Open

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

exported function PageFamilies should have comment or be unexported
Open

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

exported function NewIncorrectEventOrderWarning should have comment or be unexported
Open

func NewIncorrectEventOrderWarning(firstEvent Node, firstDateRange DateRange, secondEvent Node, secondDateRange DateRange) *IncorrectEventOrderWarning {
Severity: Minor
Found in incorrect_event_order_warning.go by golint

exported method NameNode.SurnamePrefix should have comment or be unexported
Open

func (node *NameNode) SurnamePrefix() string {
Severity: Minor
Found in name_node.go by golint

exported method PlaceNode.Notes should have comment or be unexported
Open

func (node *PlaceNode) Notes() []*NoteNode {
Severity: Minor
Found in place_node.go by golint

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

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

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

func (e *CombineExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
Severity: Minor
Found in q/combine_expr.go by golint
Severity
Category
Status
Source
Language