elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

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

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

exported method DateRange.Compare should have comment or be unexported
Open

func (dr DateRange) Compare(dr2 DateRange) DateRangeComparison {
Severity: Minor
Found in date_range.go by golint

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

// Traversing a Document
Severity: Minor
Found in document.go by golint

type name will be used as gedcom.GEDCOMStringer by other packages, and that stutters; consider calling this Stringer
Open

type GEDCOMStringer interface {
Severity: Minor
Found in gedcomer.go by golint

exported type Age should have comment or be unexported
Open

type Age struct {
Severity: Minor
Found in html/age.go by golint

exported type Anchor should have comment or be unexported
Open

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

exported function NewBadgePill should have comment or be unexported
Open

func NewBadgePill(color, class string, value Component) *BadgePill {
Severity: Minor
Found in html/core/badge_pill.go by golint

exported type FileWriter should have comment or be unexported
Open

type FileWriter interface {
Severity: Minor
Found in html/core/file_writer.go by golint

exported function NewHTML should have comment or be unexported
Open

func NewHTML(s string) *HTML {
Severity: Minor
Found in html/core/html.go by golint

exported type NavLink should have comment or be unexported
Open

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

exported function NewTableCell should have comment or be unexported
Open

func NewTableCell(content Component) *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

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

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

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

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

exported type Tag should have comment or be unexported
Open

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

exported type EventStatistics should have comment or be unexported
Open

type EventStatistics struct {
Severity: Minor
Found in html/event_statistics.go by golint

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

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

exported function NewIndividualInList should have comment or be unexported
Open

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

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

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

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

func (c *IndividualListPage) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/individual_list_page.go by golint
Severity
Category
Status
Source
Language