elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported type FamilyListPage should have comment or be unexported
Open

type FamilyListPage struct {
Severity: Minor
Found in html/family_list_page.go by golint

exported type FamilyStatistics should have comment or be unexported
Open

type FamilyStatistics struct {
Severity: Minor
Found in html/family_statistics.go by golint

exported type PlaceStatistics should have comment or be unexported
Open

type PlaceStatistics struct {
Severity: Minor
Found in html/place_statistics.go by golint

exported method Publisher.Places should have comment or be unexported
Open

func (publisher *Publisher) Places() map[string]*place {
Severity: Minor
Found in html/publish.go by golint

exported type TableRow should have comment or be unexported
Open

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

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

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

exported function NewEventDate should have comment or be unexported
Open

func NewEventDate(event string, dates []*gedcom.DateNode) *EventDate {
Severity: Minor
Found in html/event_date.go by golint

exported function NewIndividualIndexLetter should have comment or be unexported
Open

func NewIndividualIndexLetter(letter rune, isSelected bool) *IndividualIndexLetter {
Severity: Minor
Found in html/individual_index_letter.go by golint

exported function NewIndividualListPage should have comment or be unexported
Open

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

exported function NewIndividualNameAndSex should have comment or be unexported
Open

func NewIndividualNameAndSex(individual *gedcom.IndividualNode) *IndividualNameAndSex {
Severity: Minor
Found in html/individual_name_and_sex.go by golint

exported function NewParentButtons should have comment or be unexported
Open

func NewParentButtons(document *gedcom.Document, family *gedcom.FamilyNode, visibility LivingVisibility, placesMap map[string]*place) *ParentButtons {
Severity: Minor
Found in html/parent_buttons.go by golint

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

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

exported type PlaceInList should have comment or be unexported
Open

type PlaceInList struct {
Severity: Minor
Found in html/place_in_list.go by golint

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

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

exported type StatisticsPage should have comment or be unexported
Open

type StatisticsPage struct {
Severity: Minor
Found in html/statistics_page.go by golint

exported function PageIndividuals should have comment or be unexported
Open

func PageIndividuals(firstLetter rune) string {
Severity: Minor
Found in html/util.go by golint

should replace i += 1 with i++
Open

        i += 1
Severity: Minor
Found in html/util.go by golint

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

    NameTypeNormal      = NameType("")
Severity: Minor
Found in name_type.go by golint

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

    TokenWord     = TokenKind("word")
Severity: Minor
Found in q/token.go by golint

exported method Tokenizer.TokenizeString should have comment or be unexported
Open

func (t *Tokenizer) TokenizeString(s string) *Tokens {
Severity: Minor
Found in q/token.go by golint
Severity
Category
Status
Source
Language