elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported type UUID should have comment or be unexported
Open

type UUID string
Severity: Minor
Found in uuid.go by golint

exported method SimpleNode.AddNode should have comment or be unexported
Open

func (node *SimpleNode) AddNode(n Node) {
Severity: Minor
Found in simple_node.go by golint

exported type SimpleWarning should have comment or be unexported
Open

type SimpleWarning struct {
Severity: Minor
Found in simple_warning.go by golint

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

func (ws Warnings) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in warnings.go by golint

exported method WifeNode.Family should have comment or be unexported
Open

func (node *WifeNode) Family() *FamilyNode {
Severity: Minor
Found in wife_node.go by golint

exported method SimpleNode.RawSimpleNode should have comment or be unexported
Open

func (node *SimpleNode) RawSimpleNode() *SimpleNode {
Severity: Minor
Found in simple_node.go by golint

exported var UnofficialTagFamilySearchID2 should have comment or be unexported
Open

    UnofficialTagFamilySearchID2 = newTag("_FSFTID", "FamilySearch ID", tagOptionNone, tagSortIndividualUnofficial)
Severity: Minor
Found in tag.go by golint

comment on exported var UnofficialTagCoordinates should be of the form "UnofficialTagCoordinates ..."
Open

    // Unofficial. Used to group the _LA* and _LO* tags for latitude and
Severity: Minor
Found in tag.go by golint

exported method SimpleWarning.Context should have comment or be unexported
Open

func (w *SimpleWarning) Context() WarningContext {
Severity: Minor
Found in simple_warning.go by golint

comment on exported var UnofficialTagFamilySearchID1 should be of the form "UnofficialTagFamilySearchID1 ..."
Open

    // See FamilySearchIDNode
Severity: Minor
Found in tag.go by golint

comment on exported var UnofficialTagLatitudeSeconds should be of the form "UnofficialTagLatitudeSeconds ..."
Open

    // Unofficial. Latitude seconds. This has been seen exported from
Severity: Minor
Found in tag.go by golint

exported method SimpleNode.DeleteNode should have comment or be unexported
Open

func (node *SimpleNode) DeleteNode(n Node) (didDelete bool) {
Severity: Minor
Found in simple_node.go by golint

comment on exported var UnofficialTagCreated should be of the form "UnofficialTagCreated ..."
Open

    // Unofficial. The created date and/or time. This has been seen exported
Severity: Minor
Found in tag.go by golint

exported type Warner should have comment or be unexported
Open

type Warner interface {
Severity: Minor
Found in warner.go by golint

exported method WifeNode.Individual should have comment or be unexported
Open

func (node *WifeNode) Individual() *IndividualNode {
Severity: Minor
Found in wife_node.go by golint

comment on exported var UnofficialTagUniqueID should be of the form "UnofficialTagUniqueID ..."
Open

    // See UniqueIDNode.
Severity: Minor
Found in tag.go by golint

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

func (ws Warnings) Strings() (ss []string) {
Severity: Minor
Found in warnings.go by golint

exported method SimpleNode.MarshalJSON should have comment or be unexported
Open

func (node *SimpleNode) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in simple_node.go by golint

comment on exported var UnofficialTagLatitudeDegrees should be of the form "UnofficialTagLatitudeDegrees ..."
Open

    // Unofficial. Latitude degrees. This has been seen exported from
Severity: Minor
Found in tag.go by golint

comment on exported var UnofficialTagLongitudeDegress should be of the form "UnofficialTagLongitudeDegress ..."
Open

    // Unofficial. Longitude degrees. This has been seen exported from
Severity: Minor
Found in tag.go by golint
Severity
Category
Status
Source
Language