elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

exported type FamilyNodes should have comment or be unexported
Open

type FamilyNodes []*FamilyNode
Severity: Minor
Found in family_nodes.go by golint

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

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

exported function NewComponents should have comment or be unexported
Open

func NewComponents(items ...Component) *Components {
Severity: Minor
Found in html/core/components.go by golint

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

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

exported function NewFooterRow should have comment or be unexported
Open

func NewFooterRow() *FooterRow {
Severity: Minor
Found in html/core/footer_row.go by golint

exported function NewNavPills should have comment or be unexported
Open

func NewNavPills(links []Component) *NavPills {
Severity: Minor
Found in html/core/nav_pills.go by golint

exported function NewNumber should have comment or be unexported
Open

func NewNumber(value int) *Number {
Severity: Minor
Found in html/core/number.go by golint

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

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

exported function NewEventDates should have comment or be unexported
Open

func NewEventDates(items []*EventDate) *EventDates {
Severity: Minor
Found in html/event_dates.go by golint

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

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

exported type IndividualDates should have comment or be unexported
Open

type IndividualDates struct {
Severity: Minor
Found in html/individual_dates.go by golint

exported method IndividualDates.EventDates should have comment or be unexported
Open

func (c *IndividualDates) EventDates() []*EventDate {
Severity: Minor
Found in html/individual_dates.go by golint

exported type IndividualIndexHeader should have comment or be unexported
Open

type IndividualIndexHeader struct {
Severity: Minor
Found in html/individual_index_header.go by golint

exported type IndividualIndexLetter should have comment or be unexported
Open

type IndividualIndexLetter struct {
Severity: Minor
Found in html/individual_index_letter.go by golint

exported function NewIndividualStatistics should have comment or be unexported
Open

func NewIndividualStatistics(document *gedcom.Document, visibility LivingVisibility) *IndividualStatistics {
Severity: Minor
Found in html/individual_statistics.go by golint

exported type PlacePage should have comment or be unexported
Open

type PlacePage struct {
Severity: Minor
Found in html/place_page.go by golint

exported function NewPage should have comment or be unexported
Open

func NewPage(title string, body Component, googleAnalyticsID string) *Page {
Severity: Minor
Found in html/core/page.go by golint

exported type DiffRow should have comment or be unexported
Open

type DiffRow struct {
Severity: Minor
Found in html/diff_row.go by golint

exported type FamilyInList should have comment or be unexported
Open

type FamilyInList struct {
Severity: Minor
Found in html/family_in_list.go by golint
Severity
Category
Status
Source
Language