elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported function NewIndividualNameAndDates should have comment or be unexported
Open

func NewIndividualNameAndDates(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownText string) *IndividualNameAndDates {
Severity: Minor
Found in html/individual_name_and_dates.go by golint

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

func (node *DateNode) Similarity(node2 *DateNode, maxYears float64) float64 {
Severity: Minor
Found in date_node.go by golint

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

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

comment on exported method FamilyNode.Children should be of the form "Children ..."
Open

// TODO: Needs tests
Severity: Minor
Found in family_node.go by golint

func name will be used as gedcom.GEDCOMLine by other packages, and that stutters; consider calling this Line
Open

func GEDCOMLine(value GEDCOMLiner, indent int) string {
Severity: Minor
Found in gedcomer.go by golint

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

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

exported type Component should have comment or be unexported
Open

type Component interface {
Severity: Minor
Found in html/core/component.go by golint

exported function NewEmpty should have comment or be unexported
Open

func NewEmpty() *Empty {
Severity: Minor
Found in html/core/empty.go by golint

exported function NewFile should have comment or be unexported
Open

func NewFile(name string, component Component) *File {
Severity: Minor
Found in html/core/file.go by golint

exported function NewNavPillsRow should have comment or be unexported
Open

func NewNavPillsRow(links []Component) *NavPillsRow {
Severity: Minor
Found in html/core/nav_pills_row.go by golint

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

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

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

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

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

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

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

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

exported function NewFamilyStatistics should have comment or be unexported
Open

func NewFamilyStatistics(document *gedcom.Document) *FamilyStatistics {
Severity: Minor
Found in html/family_statistics.go by golint

exported function NewIndividualEvent should have comment or be unexported
Open

func NewIndividualEvent(date, place string, description core.Component, individual *gedcom.IndividualNode, event gedcom.Node, placesMap map[string]*place) *IndividualEvent {
Severity: Minor
Found in html/individual_event.go by golint

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

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

exported function NewIndividualIndexHeader should have comment or be unexported
Open

func NewIndividualIndexHeader(document *gedcom.Document, selectedLetter rune, livingVisibility LivingVisibility, indexLetters []rune) *IndividualIndexHeader {
Severity: Minor
Found in html/individual_index_header.go by golint

exported function GetIndexLetters should have comment or be unexported
Open

func GetIndexLetters(document *gedcom.Document, livingVisibility LivingVisibility) []rune {
Severity: Minor
Found in html/individual_index_header.go by golint

exported const UnknownEmphasis should have comment or be unexported
Open

const UnknownEmphasis = "<em>Unknown</em>"
Severity: Minor
Found in html/individual_name.go by golint
Severity
Category
Status
Source
Language