elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported method IndividualName.IsUnknown should have comment or be unexported
Open

func (c *IndividualName) IsUnknown() bool {
Severity: Minor
Found in html/individual_name.go by golint

exported function GetIndividuals should have comment or be unexported
Open

func GetIndividuals(document *gedcom.Document, placesMap map[string]*place) map[string]*gedcom.IndividualNode {
Severity: Minor
Found in html/individuals.go by golint

exported method Date.IsAfter should have comment or be unexported
Open

func (date Date) IsAfter(date2 Date) bool {
Severity: Minor
Found in date.go by golint

comment on exported const DateConstraintBefore should be of the form "DateConstraintBefore ..."
Open

    // The real date is before the specified date value. This often (but not
Severity: Minor
Found in date_constraint.go by golint

comment on exported method DateRange.IsBefore should be of the form "IsBefore ..."
Open

// Before returns true if the start date is before the other start date.
Severity: Minor
Found in date_range.go by golint

exported function NewExactDuration should have comment or be unexported
Open

func NewExactDuration(duration time.Duration) Duration {
Severity: Minor
Found in duration.go by golint

comment on exported method EventNode.Equals should be of the form "Equals ..."
Open

// Equal tests if two events are the same.
Severity: Minor
Found in event_node.go by golint

package comment should be of the form "Package gedcom ..."
Open

// Filtering and Tree Walking
Severity: Minor
Found in filter.go by golint

exported method Anchor.WriteHTMLTo should have comment or be unexported
Open

func (c *Anchor) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/core/anchor.go by golint

exported const CardNoBadgeCount should have comment (or a comment on this block) or be unexported
Open

    CardNoBadgeCount = -1
Severity: Minor
Found in html/core/card.go by golint

exported method Components.WriteHTMLTo should have comment or be unexported
Open

func (c *Components) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/core/components.go by golint

exported function NewDirectoryFileWriter should have comment or be unexported
Open

func NewDirectoryFileWriter(outputDir string) *DirectoryFileWriter {
Severity: Minor
Found in html/core/directory_file_writer.go by golint

exported function NewNavLink should have comment or be unexported
Open

func NewNavLink(text, link string, isSelected bool) *NavLink {
Severity: Minor
Found in html/core/nav_link.go by golint

exported type NavPills should have comment or be unexported
Open

type NavPills struct {
Severity: Minor
Found in html/core/nav_pills.go by golint

exported type NavPillsRow should have comment or be unexported
Open

type NavPillsRow struct {
Severity: Minor
Found in html/core/nav_pills_row.go by golint

exported type Octicon should have comment or be unexported
Open

type Octicon struct {
Severity: Minor
Found in html/core/octicon.go by golint

exported method Row.WriteHTMLTo should have comment or be unexported
Open

func (c *Row) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/core/row.go by golint

exported function NewSpace should have comment or be unexported
Open

func NewSpace() *Space {
Severity: Minor
Found in html/core/space.go by golint

exported function NewTag should have comment or be unexported
Open

func NewTag(tag string, attributes map[string]string, body Component) *Tag {
Severity: Minor
Found in html/core/tag.go by golint

exported method EventDate.IsBlank should have comment or be unexported
Open

func (c *EventDate) IsBlank() bool {
Severity: Minor
Found in html/event_date.go by golint
Severity
Category
Status
Source
Language