Showing 640 of 640 total issues
exported function NewCountBadge should have comment or be unexported Open
Open
func NewCountBadge(value int) *CountBadge {
- Exclude checks
exported type HTML should have comment or be unexported Open
Open
type HTML struct {
- Exclude checks
exported method LineBreak.WriteHTMLTo should have comment or be unexported Open
Open
func (c *LineBreak) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method Link.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Link) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method NavPills.WriteHTMLTo should have comment or be unexported Open
Open
func (c *NavPills) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported const QuarterRow should have comment (or a comment on this block) or be unexported Open
Open
QuarterRow = 3
- Exclude checks
exported method TableCell.Style should have comment or be unexported Open
Open
func (c *TableCell) Style(style string) *TableCell {
- Exclude checks
exported method TableRow.WriteHTMLTo should have comment or be unexported Open
Open
func (c *TableRow) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewEventStatistics should have comment or be unexported Open
Open
func NewEventStatistics(document *gedcom.Document) *EventStatistics {
- Exclude checks
exported function NewFamilyListPage should have comment or be unexported Open
Open
func NewFamilyListPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *FamilyListPage {
- Exclude checks
should replace marriageEvents += 1 with marriageEvents++ Open
Open
marriageEvents += 1
- Exclude checks
exported method IndividualButton.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualButton) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewPlaceEvent should have comment or be unexported Open
Open
func NewPlaceEvent(document *gedcom.Document, node gedcom.Node, visibility LivingVisibility, placesMap map[string]*place) *PlaceEvent {
- Exclude checks
exported method DateNode.EndDate should have comment or be unexported Open
Open
func (node *DateNode) EndDate() Date {
- Exclude checks
exported method DateNode.StartAndEndDates should have comment or be unexported Open
Open
func (node *DateNode) StartAndEndDates() (Date, Date) {
- Exclude checks
exported method DateNode.Warnings should have comment or be unexported Open
Open
func (node *DateNode) Warnings() Warnings {
- Exclude checks
exported method DateNode.IsBefore should have comment or be unexported Open
Open
func (node *DateNode) IsBefore(node2 *DateNode) bool {
- Exclude checks
comment on exported method DateRange.EndDate should be of the form "EndDate ..." Open
Open
// End is the upper boundary of the date range.
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Decoding a Document
- Exclude checks
exported type Errors should have comment or be unexported Open
Open
type Errors []error
- Exclude checks