Showing 640 of 640 total issues
exported method IndividualName.IsUnknown should have comment or be unexported Open
Open
func (c *IndividualName) IsUnknown() bool {
- Exclude checks
exported function GetIndividuals should have comment or be unexported Open
Open
func GetIndividuals(document *gedcom.Document, placesMap map[string]*place) map[string]*gedcom.IndividualNode {
- Exclude checks
exported method Date.IsAfter should have comment or be unexported Open
Open
func (date Date) IsAfter(date2 Date) bool {
- Exclude checks
comment on exported const DateConstraintBefore should be of the form "DateConstraintBefore ..." Open
Open
// The real date is before the specified date value. This often (but not
- Exclude checks
comment on exported method DateRange.IsBefore should be of the form "IsBefore ..." Open
Open
// Before returns true if the start date is before the other start date.
- Exclude checks
exported function NewExactDuration should have comment or be unexported Open
Open
func NewExactDuration(duration time.Duration) Duration {
- Exclude checks
comment on exported method EventNode.Equals should be of the form "Equals ..." Open
Open
// Equal tests if two events are the same.
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Filtering and Tree Walking
- Exclude checks
exported method Anchor.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Anchor) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported const CardNoBadgeCount should have comment (or a comment on this block) or be unexported Open
Open
CardNoBadgeCount = -1
- Exclude checks
exported method Components.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Components) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewDirectoryFileWriter should have comment or be unexported Open
Open
func NewDirectoryFileWriter(outputDir string) *DirectoryFileWriter {
- Exclude checks
exported function NewNavLink should have comment or be unexported Open
Open
func NewNavLink(text, link string, isSelected bool) *NavLink {
- Exclude checks
exported type NavPills should have comment or be unexported Open
Open
type NavPills struct {
- Exclude checks
exported type NavPillsRow should have comment or be unexported Open
Open
type NavPillsRow struct {
- Exclude checks
exported type Octicon should have comment or be unexported Open
Open
type Octicon struct {
- Exclude checks
exported method Row.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Row) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewSpace should have comment or be unexported Open
Open
func NewSpace() *Space {
- Exclude checks
exported function NewTag should have comment or be unexported Open
Open
func NewTag(tag string, attributes map[string]string, body Component) *Tag {
- Exclude checks
exported method EventDate.IsBlank should have comment or be unexported Open
Open
func (c *EventDate) IsBlank() bool {
- Exclude checks