elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

exported function NewPlaceLink should have comment or be unexported
Open

func NewPlaceLink(document *gedcom.Document, place string, placesMap map[string]*place) *PlaceLink {
Severity: Minor
Found in html/place_link.go by golint

exported method Publisher.Files should have comment or be unexported
Open

func (publisher *Publisher) Files(channelSize int) chan *core.File {
Severity: Minor
Found in html/publish.go by golint

exported method Date.Sub should have comment or be unexported
Open

func (date Date) Sub(date2 Date) Duration {
Severity: Minor
Found in date.go by golint

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

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

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

func (doc *Document) AddFamily(pointer string) *FamilyNode {
Severity: Minor
Found in document.go by golint

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

func (doc *Document) Warnings() (warnings Warnings) {
Severity: Minor
Found in document.go by golint

package comment should be of the form "Package gedcom ..."
Open

// Encoding a Document
Severity: Minor
Found in encoder.go by golint

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 function NewHorizontalRule should have comment or be unexported
Open

func NewHorizontalRule() *HorizontalRule {
Severity: Minor
Found in html/core/horizontal_rule.go by golint

exported function NewLines should have comment or be unexported
Open

func NewLines(lines ...Component) *Lines {
Severity: Minor
Found in html/core/lines.go by golint

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

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

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

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

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

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

exported function NewRow should have comment or be unexported
Open

func NewRow(columns ...*Column) *Row {
Severity: Minor
Found in html/core/row.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 NewTableHead should have comment or be unexported
Open

func NewTableHead(columns ...string) *TableHead {
Severity: Minor
Found in html/core/table_head.go by golint

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

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

exported function NewIndividualCompare should have comment or be unexported
Open

func NewIndividualCompare(comparison *gedcom.IndividualComparison, filterFlags *gedcom.FilterFlags, progress chan gedcom.Progress, compareOptions *gedcom.IndividualNodesCompareOptions, visibility LivingVisibility) *IndividualCompare {
Severity: Minor
Found in html/individual_compare.go by golint

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

func (c *IndividualCompare) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/individual_compare.go by golint
Severity
Category
Status
Source
Language