elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported function NewIndividualNameAndDatesLink should have comment or be unexported
Open

func NewIndividualNameAndDatesLink(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownText string) *IndividualNameAndDatesLink {

exported type PublishShowOptions should have comment or be unexported
Open

type PublishShowOptions struct {
Severity: Minor
Found in html/publish.go by golint

exported function NewSourceListPage should have comment or be unexported
Open

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

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

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

exported type IndividualNodePairs should have comment or be unexported
Open

type IndividualNodePairs []*IndividualNodePair
Severity: Minor
Found in individual_node_pairs.go by golint

exported method MarriedOutOfRangeWarning.Name should have comment or be unexported
Open

func (w *MarriedOutOfRangeWarning) Name() string {
Severity: Minor
Found in married_out_of_range.go by golint

exported function NewNameNode should have comment or be unexported
Open

func NewNameNode(value string, children ...Node) *NameNode {
Severity: Minor
Found in name_node.go by golint

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

// Equality
Severity: Minor
Found in node.go by golint

exported type HTMLFormatter should have comment or be unexported
Open

type HTMLFormatter struct {
Severity: Minor
Found in q/html_formatter.go by golint

exported type JSONFormatter should have comment or be unexported
Open

type JSONFormatter struct {
Severity: Minor
Found in q/json_formatter.go by golint

comment on exported method ResidenceNode.Equals should be of the form "Equals ..."
Open

// Equal tests if two residence events are the same.
Severity: Minor
Found in residence_node.go by golint

exported type SourceStatistics should have comment or be unexported
Open

type SourceStatistics struct {
Severity: Minor
Found in html/source_statistics.go by golint

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

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

exported type SurnameInList should have comment or be unexported
Open

type SurnameInList struct {
Severity: Minor
Found in html/surname_in_list.go by golint

exported method IndividualTooOldWarning.Name should have comment or be unexported
Open

func (w *IndividualTooOldWarning) Name() string {
Severity: Minor
Found in individual_too_old_warning.go by golint

exported type TokenKind should have comment or be unexported
Open

type TokenKind string
Severity: Minor
Found in q/token.go by golint

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

    SexMale    = "M"
Severity: Minor
Found in sex_node.go by golint

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

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

exported type SourceListPage should have comment or be unexported
Open

type SourceListPage struct {
Severity: Minor
Found in html/source_list_page.go by golint

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

// TODO: Needs tests
Severity: Minor
Found in individual_node.go by golint
Severity
Category
Status
Source
Language