elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

exported method Document.AddFamilyWithHusbandAndWife should have comment or be unexported
Open

func (doc *Document) AddFamilyWithHusbandAndWife(pointer string, husband, wife *IndividualNode) *FamilyNode {
Severity: Minor
Found in document.go by golint

exported method Errors.Err should have comment or be unexported
Open

func (e Errors) Err() error {
Severity: Minor
Found in errors.go by golint

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

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

exported function NewCard should have comment or be unexported
Open

func NewCard(title Component, count int, body Component) *Card {
Severity: Minor
Found in html/core/card.go by golint

exported type DirectoryFileWriter should have comment or be unexported
Open

type DirectoryFileWriter struct {
Severity: Minor
Found in html/core/directory_file_writer.go by golint

exported function NewHeading should have comment or be unexported
Open

func NewHeading(number int, class string, body Component) *Heading {
Severity: Minor
Found in html/core/heading.go by golint

exported function NewHorizontalRuleRow should have comment or be unexported
Open

func NewHorizontalRuleRow() *HorizontalRuleRow {
Severity: Minor
Found in html/core/horizontal_rule_row.go by golint

exported function NewKeyedTableRow should have comment or be unexported
Open

func NewKeyedTableRow(title string, value Component, visible bool) *KeyedTableRow {
Severity: Minor
Found in html/core/keyed_table_row.go by golint

exported type LineBreak should have comment or be unexported
Open

type LineBreak struct{}
Severity: Minor
Found in html/core/line_break.go by golint

exported function NewNavItem should have comment or be unexported
Open

func NewNavItem(content Component, isActive bool, href string) *NavItem {
Severity: Minor
Found in html/core/nav_item.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in child_node.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

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

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in name_node.go by gofmt

exported method ChildNodes.ByPointer should have comment or be unexported
Open

func (nodes ChildNodes) ByPointer(pointer string) *ChildNode {
Severity: Minor
Found in child_nodes.go by golint

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

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

exported method Errors.Errors should have comment or be unexported
Open

func (e Errors) Errors() (errors []string) {
Severity: Minor
Found in errors.go by golint

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

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

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

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

exported type Link should have comment or be unexported
Open

type Link struct {
Severity: Minor
Found in html/core/link.go by golint
Severity
Category
Status
Source
Language