Showing 640 of 640 total issues
exported type IndividualNameAndDates should have comment or be unexported Open
Open
type IndividualNameAndDates struct {
- Exclude checks
exported type LivingVisibility should have comment or be unexported Open
Open
type LivingVisibility string
- Exclude checks
comment on exported const DateConstraintAbout should be of the form "DateConstraintAbout ..." Open
Open
// The date is approximate. There is no defined error margin (how much the
- Exclude checks
exported function NewDurationRange should have comment or be unexported Open
Open
func NewDurationRange(min, max Duration) DurationRange {
- Exclude checks
comment on exported function NewEncoder should be of the form "NewEncoder ..." Open
Open
// Create a new encoder to generate GEDCOM data.
- Exclude checks
exported function NewAllParentButtons should have comment or be unexported Open
Open
func NewAllParentButtons(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *AllParentButtons {
- Exclude checks
exported type DiffPage should have comment or be unexported Open
Open
type DiffPage struct {
- Exclude checks
exported method IndividualEvent.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualEvent) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method IndividualLink.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualLink) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
should replace livingCount += 1 with livingCount++ Open
Open
livingCount += 1
- Exclude checks
exported method IndividualStatistics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method PlacePage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlacePage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
comment on exported const DateConstraintExact should be of the form "DateConstraintExact ..." Open
Open
// There is no constraint. The date is at the value specified.
- Exclude checks
exported method DateNode.IsValid should have comment or be unexported Open
Open
func (node *DateNode) IsValid() bool {
- Exclude checks
exported method DurationRange.Age should have comment or be unexported Open
Open
func (dr DurationRange) Age() (Age, Age) {
- Exclude checks
comment on exported method FamilyNode.Wife should be of the form "Wife ..." Open
Open
// If the node is nil the result will also be nil.
- Exclude checks
exported method Age.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Age) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewAnchor should have comment or be unexported Open
Open
func NewAnchor(name string) *Anchor {
- Exclude checks
exported type BigTitle should have comment or be unexported Open
Open
type BigTitle struct {
- Exclude checks
exported function NewColumn should have comment or be unexported Open
Open
func NewColumn(width int, body Component) *Column {
- Exclude checks