Showing 640 of 640 total issues
exported function NewIndividualNameAndDatesLink should have comment or be unexported Open
Open
func NewIndividualNameAndDatesLink(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownText string) *IndividualNameAndDatesLink {
- Exclude checks
exported type PublishShowOptions should have comment or be unexported Open
Open
type PublishShowOptions struct {
- Exclude checks
exported function NewSourceListPage should have comment or be unexported Open
Open
func NewSourceListPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *SourceListPage {
- Exclude checks
exported method SurnameIndex.WriteHTMLTo should have comment or be unexported Open
Open
func (c *SurnameIndex) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type IndividualNodePairs should have comment or be unexported Open
Open
type IndividualNodePairs []*IndividualNodePair
- Exclude checks
exported method MarriedOutOfRangeWarning.Name should have comment or be unexported Open
Open
func (w *MarriedOutOfRangeWarning) Name() string {
- Exclude checks
exported function NewNameNode should have comment or be unexported Open
Open
func NewNameNode(value string, children ...Node) *NameNode {
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Equality
- Exclude checks
exported type HTMLFormatter should have comment or be unexported Open
Open
type HTMLFormatter struct {
- Exclude checks
exported type JSONFormatter should have comment or be unexported Open
Open
type JSONFormatter struct {
- Exclude checks
comment on exported method ResidenceNode.Equals should be of the form "Equals ..." Open
Open
// Equal tests if two residence events are the same.
- Exclude checks
exported type SourceStatistics should have comment or be unexported Open
Open
type SourceStatistics struct {
- Exclude checks
exported method StatisticsPage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *StatisticsPage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type SurnameInList should have comment or be unexported Open
Open
type SurnameInList struct {
- Exclude checks
exported method IndividualTooOldWarning.Name should have comment or be unexported Open
Open
func (w *IndividualTooOldWarning) Name() string {
- Exclude checks
exported type TokenKind should have comment or be unexported Open
Open
type TokenKind string
- Exclude checks
exported const SexMale should have comment (or a comment on this block) or be unexported Open
Open
SexMale = "M"
- Exclude checks
exported method SourceInList.WriteHTMLTo should have comment or be unexported Open
Open
func (c *SourceInList) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type SourceListPage should have comment or be unexported Open
Open
type SourceListPage struct {
- Exclude checks
comment on exported method IndividualNode.Children should be of the form "Children ..." Open
Open
// TODO: Needs tests
- Exclude checks