elliotchance/gedcom

View on GitHub
html/core/big_title.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewBigTitle should have comment or be unexported
Open

func NewBigTitle(size int, text Component) *BigTitle {
Severity: Minor
Found in html/core/big_title.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 type BigTitle should have comment or be unexported
Open

type BigTitle struct {
Severity: Minor
Found in html/core/big_title.go by golint

There are no issues that match your filters.

Category
Status