elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported function NewCountBadge should have comment or be unexported
Open

func NewCountBadge(value int) *CountBadge {
Severity: Minor
Found in html/core/count_badge.go by golint

exported type HTML should have comment or be unexported
Open

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

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

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

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

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

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

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

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

    QuarterRow = 3
Severity: Minor
Found in html/core/row.go by golint

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

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

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

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

exported function NewEventStatistics should have comment or be unexported
Open

func NewEventStatistics(document *gedcom.Document) *EventStatistics {
Severity: Minor
Found in html/event_statistics.go by golint

exported function NewFamilyListPage should have comment or be unexported
Open

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

should replace marriageEvents += 1 with marriageEvents++
Open

            marriageEvents += 1
Severity: Minor
Found in html/family_statistics.go by golint

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

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

exported function NewPlaceEvent should have comment or be unexported
Open

func NewPlaceEvent(document *gedcom.Document, node gedcom.Node, visibility LivingVisibility, placesMap map[string]*place) *PlaceEvent {
Severity: Minor
Found in html/place_event.go by golint

exported method DateNode.EndDate should have comment or be unexported
Open

func (node *DateNode) EndDate() Date {
Severity: Minor
Found in date_node.go by golint

exported method DateNode.StartAndEndDates should have comment or be unexported
Open

func (node *DateNode) StartAndEndDates() (Date, Date) {
Severity: Minor
Found in date_node.go by golint

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

func (node *DateNode) Warnings() Warnings {
Severity: Minor
Found in date_node.go by golint

exported method DateNode.IsBefore should have comment or be unexported
Open

func (node *DateNode) IsBefore(node2 *DateNode) bool {
Severity: Minor
Found in date_node.go by golint

comment on exported method DateRange.EndDate should be of the form "EndDate ..."
Open

// End is the upper boundary of the date range.
Severity: Minor
Found in date_range.go by golint

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

// Decoding a Document
Severity: Minor
Found in decoder.go by golint

exported type Errors should have comment or be unexported
Open

type Errors []error
Severity: Minor
Found in errors.go by golint
Severity
Category
Status
Source
Language