Showing 640 of 640 total issues
exported type IndividualStatistics should have comment or be unexported Open
Open
type IndividualStatistics struct {
- Exclude checks
exported function NewPlaceListPage should have comment or be unexported Open
Open
func NewPlaceListPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *PlaceListPage {
- Exclude checks
comment on exported method Document.Places should be of the form "Places ..." Open
Open
// TODO: needs tests
- Exclude checks
exported type DocumentNoder should have comment or be unexported Open
Open
type DocumentNoder interface {
- Exclude checks
comment on exported function NewEventNode should be of the form "NewEventNode ..." Open
Open
// EventNode creates a new EVEN node.
- Exclude checks
comment on exported method FamilyNode.Husband should be of the form "Husband ..." Open
Open
// If the node is nil the result will also be nil.
- Exclude checks
exported method FilterFlags.SetupCLI should have comment or be unexported Open
Open
func (ff *FilterFlags) SetupCLI() {
- Exclude checks
exported method CountBadge.WriteHTMLTo should have comment or be unexported Open
Open
func (c *CountBadge) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewGoogleAnalytics should have comment or be unexported Open
Open
func NewGoogleAnalytics(id string) *GoogleAnalytics {
- Exclude checks
exported method HorizontalRule.WriteHTMLTo should have comment or be unexported Open
Open
func (c *HorizontalRule) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method HorizontalRuleRow.WriteHTMLTo should have comment or be unexported Open
Open
func (c *HorizontalRuleRow) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type Lines should have comment or be unexported Open
Open
type Lines struct {
- Exclude checks
exported method Link.Style should have comment or be unexported Open
Open
func (c *Link) Style(style string) *Link {
- Exclude checks
exported function NewOcticon should have comment or be unexported Open
Open
func NewOcticon(name, style string) *Octicon {
- Exclude checks
exported method Text.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Text) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewFamilyInList should have comment or be unexported Open
Open
func NewFamilyInList(document *gedcom.Document, family *gedcom.FamilyNode, visibility LivingVisibility, placesMap map[string]*place) *FamilyInList {
- Exclude checks
exported function NewIndividualButton should have comment or be unexported Open
Open
func NewIndividualButton(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualButton {
- Exclude checks
exported method IndividualDates.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualDates) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
should replace total += 1 with total++ Open
Open
total += 1
- Exclude checks
exported function NewPlusSVG should have comment or be unexported Open
Open
func NewPlusSVG(top, left, right, bottom bool) *PlusSVG {
- Exclude checks