elliotchance/gedcom

View on GitHub
html/core/card.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (c *Card) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/core/card.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 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

There are no issues that match your filters.

Category
Status