elliotchance/gedcom

View on GitHub
html/core/table_cell.go

Summary

Maintainability
A
0 mins
Test Coverage

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 TableCell.NoWrap should have comment or be unexported
Open

func (c *TableCell) NoWrap() *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

exported type TableCell should have comment or be unexported
Open

type TableCell struct {
Severity: Minor
Found in html/core/table_cell.go by golint

exported function NewTableCell should have comment or be unexported
Open

func NewTableCell(content Component) *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

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

func (c *TableCell) Style(style string) *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

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

func (c *TableCell) Header() *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

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

func (c *TableCell) Class(class string) *TableCell {
Severity: Minor
Found in html/core/table_cell.go by golint

There are no issues that match your filters.

Category
Status