Showing 640 of 640 total issues
exported type FamilyListPage should have comment or be unexported Open
Open
type FamilyListPage struct {
- Exclude checks
exported type FamilyStatistics should have comment or be unexported Open
Open
type FamilyStatistics struct {
- Exclude checks
exported type PlaceStatistics should have comment or be unexported Open
Open
type PlaceStatistics struct {
- Exclude checks
exported method Publisher.Places should have comment or be unexported Open
Open
func (publisher *Publisher) Places() map[string]*place {
- Exclude checks
exported type TableRow should have comment or be unexported Open
Open
type TableRow struct {
- Exclude checks
exported method DiffRow.WriteHTMLTo should have comment or be unexported Open
Open
func (c *DiffRow) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewEventDate should have comment or be unexported Open
Open
func NewEventDate(event string, dates []*gedcom.DateNode) *EventDate {
- Exclude checks
exported function NewIndividualIndexLetter should have comment or be unexported Open
Open
func NewIndividualIndexLetter(letter rune, isSelected bool) *IndividualIndexLetter {
- Exclude checks
exported function NewIndividualListPage should have comment or be unexported Open
Open
func NewIndividualListPage(document *gedcom.Document, selectedLetter rune, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *IndividualListPage {
- Exclude checks
exported function NewIndividualNameAndSex should have comment or be unexported Open
Open
func NewIndividualNameAndSex(individual *gedcom.IndividualNode) *IndividualNameAndSex {
- Exclude checks
exported function NewParentButtons should have comment or be unexported Open
Open
func NewParentButtons(document *gedcom.Document, family *gedcom.FamilyNode, visibility LivingVisibility, placesMap map[string]*place) *ParentButtons {
- Exclude checks
exported method ParentButtons.WriteHTMLTo should have comment or be unexported Open
Open
func (c *ParentButtons) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type PlaceInList should have comment or be unexported Open
Open
type PlaceInList struct {
- Exclude checks
exported method PlaceStatistics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlaceStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type StatisticsPage should have comment or be unexported Open
Open
type StatisticsPage struct {
- Exclude checks
exported function PageIndividuals should have comment or be unexported Open
Open
func PageIndividuals(firstLetter rune) string {
- Exclude checks
should replace i += 1 with i++ Open
Open
i += 1
- Exclude checks
exported const NameTypeNormal should have comment (or a comment on this block) or be unexported Open
Open
NameTypeNormal = NameType("")
- Exclude checks
exported const TokenWord should have comment (or a comment on this block) or be unexported Open
Open
TokenWord = TokenKind("word")
- Exclude checks
exported method Tokenizer.TokenizeString should have comment or be unexported Open
Open
func (t *Tokenizer) TokenizeString(s string) *Tokens {
- Exclude checks