elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

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

exported function NewIndividualName should have comment or be unexported
Open

func NewIndividualName(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownHTML string) *IndividualName {
Severity: Minor
Found in html/individual_name.go by golint

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

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

exported type PlaceEvent should have comment or be unexported
Open

type PlaceEvent struct {
Severity: Minor
Found in html/place_event.go by golint

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

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

exported function NewPlacePage should have comment or be unexported
Open

func NewPlacePage(document *gedcom.Document, placeKey string, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *PlacePage {
Severity: Minor
Found in html/place_page.go by golint

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

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

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

func (publisher *Publisher) Publish(fileWriter core.FileWriter, parallel int) (err error) {
Severity: Minor
Found in html/publish.go by golint

exported function NewPublishHeader should have comment or be unexported
Open

func NewPublishHeader(document *gedcom.Document, extraTab string, selectedTab string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *PublishHeader {
Severity: Minor
Found in html/publish_header.go by golint

exported function NewDateRangeWithString should have comment or be unexported
Open

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

comment on exported method DateRange.StartDate should be of the form "StartDate ..."
Open

// Start is the lower boundary of the date range.
Severity: Minor
Found in date_range.go by golint

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

func (node *FamilyNode) SetWifePointer(pointer string) *FamilyNode {
Severity: Minor
Found in family_node.go by golint

exported function RemoveDuplicateNamesFilter should have comment or be unexported
Open

func RemoveDuplicateNamesFilter() FilterFunction {
Severity: Minor
Found in filter.go by golint

exported type FilterFlags should have comment or be unexported
Open

type FilterFlags struct {
Severity: Minor
Found in filter_flags.go by golint

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

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

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

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

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

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

exported function NewTableRow should have comment or be unexported
Open

func NewTableRow(cells ...Component) *TableRow {
Severity: Minor
Found in html/core/table_row.go by golint

exported method IndividualDates.IsBlank should have comment or be unexported
Open

func (c *IndividualDates) IsBlank() bool {
Severity: Minor
Found in html/individual_dates.go by golint

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

func (c *IndividualNameAndDatesLink) WriteHTMLTo(w io.Writer) (int64, error) {
Severity
Category
Status
Source
Language