elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

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

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

exported function NewSpan should have comment or be unexported
Open

func NewSpan(class string, value Component) *Span {
Severity: Minor
Found in html/core/span.go by golint

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

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

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

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

exported function NewIndividualAdditionalNames should have comment or be unexported
Open

func NewIndividualAdditionalNames(individual *gedcom.IndividualNode) *IndividualAdditionalNames {
Severity: Minor
Found in html/individual_additional_names.go by golint

exported type IndividualCompare should have comment or be unexported
Open

type IndividualCompare struct {
Severity: Minor
Found in html/individual_compare.go by golint

exported function NewIndividualDates should have comment or be unexported
Open

func NewIndividualDates(individual *gedcom.IndividualNode, visibility LivingVisibility) *IndividualDates {
Severity: Minor
Found in html/individual_dates.go by golint

exported function NewIndividualLink should have comment or be unexported
Open

func NewIndividualLink(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualLink {
Severity: Minor
Found in html/individual_link.go by golint

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

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

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

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

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

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

exported method DateNode.IsPhrase should have comment or be unexported
Open

func (node *DateNode) IsPhrase() bool {
Severity: Minor
Found in date_node.go by golint

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

// After returns true if the end date is after the other end date.
Severity: Minor
Found in date_range.go by golint

exported method DateRange.StartAndEndDates should have comment or be unexported
Open

func (dr DateRange) StartAndEndDates() (Date, Date) {
Severity: Minor
Found in date_range.go by golint

exported method DateRange.ParseError should have comment or be unexported
Open

func (dr DateRange) ParseError() error {
Severity: Minor
Found in date_range.go by golint

exported function NewDuration should have comment or be unexported
Open

func NewDuration(duration time.Duration, isKnown, isEstimate bool) Duration {
Severity: Minor
Found in duration.go by golint

exported type DurationRange should have comment or be unexported
Open

type DurationRange struct {
Severity: Minor
Found in duration_range.go by golint

exported method FamilyNode.AddChild should have comment or be unexported
Open

func (node *FamilyNode) AddChild(individual *IndividualNode) *ChildNode {
Severity: Minor
Found in family_node.go by golint

exported function NewFamilySearchIDNode should have comment or be unexported
Open

func NewFamilySearchIDNode(tag Tag, value string, children ...Node) *FamilySearchIDNode {
Severity: Minor
Found in familysearch_id_node.go by golint
Severity
Category
Status
Source
Language