Showing 640 of 640 total issues
exported type TuneFlags should have comment or be unexported Open
Open
type TuneFlags struct {
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// "gedcom diff" is a tool for comparing GEDCOM files and producing a HTML
- 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
package gedcom
- Exclude checks
comment on exported const AgeConstraintUnknown should be of the form "AgeConstraintUnknown ..." Open
Open
// The constraint is not known. This is the case if none of the other
- Exclude checks
comment on exported method BaptismNode.Equals should be of the form "Equals ..." Open
Open
// Equal will always return true if both nodes are not nil.
- Exclude checks
comment on exported method BirthNode.Equals should be of the form "Equals ..." Open
Open
// Equal will always return true if both nodes are not nil.
- Exclude checks
exported method Date.IsBefore should have comment or be unexported Open
Open
func (date Date) IsBefore(date2 Date) bool {
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
comment on exported const AgeConstraintAfterDeath should be of the form "AgeConstraintAfterDeath ..." Open
Open
// The age is after the known death of the individual. Like the "before
- Exclude checks
comment on exported method BurialNode.Equals should be of the form "Equals ..." Open
Open
// Equal will always return true if both nodes are not nil.
- Exclude checks
exported method ChildNode.Individual should have comment or be unexported Open
Open
func (node *ChildNode) Individual() *IndividualNode {
- Exclude checks
exported method ChildBornBeforeParentWarning.Name should have comment or be unexported Open
Open
func (w *ChildBornBeforeParentWarning) Name() string {
- Exclude checks
exported method ChildNodes.Similarity should have comment or be unexported Open
Open
func (nodes ChildNodes) Similarity(other ChildNodes, options SimilarityOptions) float64 {
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Dates
- 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
package util
- Exclude checks
exported method ChildNodes.Individuals should have comment or be unexported Open
Open
func (nodes ChildNodes) Individuals() (individuals IndividualNodes) {
- Exclude checks
comment on exported const AgeConstraintLiving should be of the form "AgeConstraintLiving ..." Open
Open
// The age represents the number of years since the known birth of the
- Exclude checks
exported method ChildNodes.IndividualByPointer should have comment or be unexported Open
Open
func (nodes ChildNodes) IndividualByPointer(pointer string) *IndividualNode {
- Exclude checks