elliotchance/gedcom

View on GitHub

Showing 640 of 640 total issues

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

exported function NewUnparsableDateWarning should have comment or be unexported
Open

func NewUnparsableDateWarning(date *DateNode) *UnparsableDateWarning {
Severity: Minor
Found in unparsable_date_warning.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 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 SimpleNode.ObjectMap should have comment or be unexported
Open

func (node *SimpleNode) ObjectMap() map[string]interface{} {
Severity: Minor
Found in simple_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

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

func (w *UnparsableDateWarning) Name() string {
Severity: Minor
Found in unparsable_date_warning.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.IsIndividual should have comment or be unexported
Open

func (node *WifeNode) IsIndividual(node2 *IndividualNode) bool {
Severity: Minor
Found in wife_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 Warning should have comment or be unexported
Open

type Warning interface {
Severity: Minor
Found in warning.go by golint

exported type Warnings should have comment or be unexported
Open

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

exported type UnparsableDateWarning should have comment or be unexported
Open

type UnparsableDateWarning struct {
Severity: Minor
Found in unparsable_date_warning.go by golint

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

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

exported method CLIStringSlice.Set should have comment or be unexported
Open

func (i *CLIStringSlice) Set(value string) error {
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

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

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
Severity
Category
Status
Source
Language