elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

exported type Warnings should have comment or be unexported
Open

type Warnings []Warning
Severity: Minor
Found in warnings.go by golint

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

    // Unofficial. Longitude north? This has been seen exported from
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 SimpleWarning.SetContext should have comment or be unexported
Open

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

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

    // Unofficial. Longitude seconds. This has been seen exported from
Severity: Minor
Found in tag.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 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

exported function CLIDescription should have comment or be unexported
Open

func CLIDescription(s string) (r string) {
Severity: Minor
Found in util/cli.go by golint

exported function WrapToMargin should have comment or be unexported
Open

func WrapToMargin(s string, width int) (r string) {
Severity: Minor
Found in util/cli.go by golint

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

func (node *WifeNode) Similarity(other *WifeNode, options SimilarityOptions) float64 {
Severity: Minor
Found in wife_node.go by golint

exported function NewSourceNode should have comment or be unexported
Open

func NewSourceNode(value, pointer string, children ...Node) *SourceNode {
Severity: Minor
Found in source_node.go by golint

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

    // Unofficial. Longitude minutes. This has been seen exported from
Severity: Minor
Found in tag.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 function NewUniqueIDNode should have comment or be unexported
Open

func NewUniqueIDNode(value string, children ...Node) *UniqueIDNode {
Severity: Minor
Found in unique_id_node.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

comment on exported method SimpleNode.Nodes should be of the form "Nodes ..."
Open

// If the node is nil the result will also be nil.
Severity: Minor
Found in simple_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

comment on exported method SourceNode.Title should be of the form "Title ..."
Open

// If the node is nil the result will be an empty string.
Severity: Minor
Found in source_node.go by golint

exported type UUID should have comment or be unexported
Open

type UUID string
Severity: Minor
Found in uuid.go by golint
Severity
Category
Status
Source
Language