Showing 640 of 640 total issues
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
should replace idealScore += 1 with idealScore++ Open
Open
idealScore += 1
- Exclude checks
exported function NewZeroDateRange should have comment or be unexported Open
Open
func NewZeroDateRange() DateRange {
- Exclude checks
exported method Document.SetNodes should have comment or be unexported Open
Open
func (doc *Document) SetNodes(nodes Nodes) {
- Exclude checks
func name will be used as gedcom.GEDCOMString by other packages, and that stutters; consider calling this String Open
Open
func GEDCOMString(value GEDCOMStringer, indent int) string {
- Exclude checks
exported function NewAge should have comment or be unexported Open
Open
func NewAge(start, end gedcom.Age) *Age {
- Exclude checks
exported method DirectoryFileWriter.WriteFile should have comment or be unexported Open
Open
func (writer *DirectoryFileWriter) WriteFile(file *File) error {
- Exclude checks
exported method NavPillsRow.WriteHTMLTo should have comment or be unexported Open
Open
func (c *NavPillsRow) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// Decoding a Document
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
exported type ChildBornBeforeParentWarning should have comment or be unexported Open
Open
type ChildBornBeforeParentWarning struct {
- Exclude checks
exported method ChildNode.Father should have comment or be unexported Open
Open
func (node *ChildNode) Father() *HusbandNode {
- Exclude checks
exported type ChildNodes should have comment or be unexported Open
Open
type ChildNodes []*ChildNode
- Exclude checks
comment on exported const DateConstraintAfter should be of the form "DateConstraintAfter ..." Open
Open
// The real date is after the specified date value. This often (but not
- Exclude checks
comment on exported method DateNode.DateRange should be of the form "DateRange ..." Open
Open
// If the node is nil both results will be zero dates.
- Exclude checks
comment on exported function NewDecoder should be of the form "NewDecoder ..." Open
Open
// Create a new decoder to parse a reader that contain GEDCOM data.
- Exclude checks
exported function NewErrors should have comment or be unexported Open
Open
func NewErrors(errors ...error) (errs Errors) {
- Exclude checks
exported method FamilyNode.SetHusband should have comment or be unexported Open
Open
func (node *FamilyNode) SetHusband(individual *IndividualNode) *FamilyNode {
- Exclude checks
exported method FilterFlags.FilterFunctions should have comment or be unexported Open
Open
func (ff *FilterFlags) FilterFunctions() []FilterFunction {
- Exclude checks