Showing 640 of 640 total issues
exported function PagePlace should have comment or be unexported Open
Open
func PagePlace(place string, places map[string]*place) string {
- Exclude checks
comment on exported method IndividualNode.Sex should be of the form "Sex ..." Open
Open
// If the node is nil the result will be SexUnknown.
- Exclude checks
exported method IndividualNode.Warnings should have comment or be unexported Open
Open
func (node *IndividualNode) Warnings() (warnings Warnings) {
- Exclude checks
exported method InverseSpousesWarning.Name should have comment or be unexported Open
Open
func (w *InverseSpousesWarning) Name() string {
- Exclude checks
exported function NewMarriedOutOfRangeWarning should have comment or be unexported Open
Open
func NewMarriedOutOfRangeWarning(family *FamilyNode, spouse *IndividualNode, yearsOldAtMarriage float64, boundary string) *MarriedOutOfRangeWarning {
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Merging
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Comparing and Diffing
- Exclude checks
exported type Token should have comment or be unexported Open
Open
type Token struct {
- Exclude checks
comment on exported type SexNode should be of the form "SexNode ..." (with optional leading article) Open
Open
// Indicates the sex of an individual--male or female.
- Exclude checks
exported type SourceLink should have comment or be unexported Open
Open
type SourceLink struct {
- Exclude checks
exported function NewSourceStatistics should have comment or be unexported Open
Open
func NewSourceStatistics(document *gedcom.Document) *SourceStatistics {
- Exclude checks
exported method SourceStatistics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *SourceStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function PageSurnames should have comment or be unexported Open
Open
func PageSurnames() string {
- Exclude checks
exported method IncorrectEventOrderWarning.Name should have comment or be unexported Open
Open
func (w *IncorrectEventOrderWarning) Name() string {
- Exclude checks
exported method IndividualNode.UniqueIDs should have comment or be unexported Open
Open
func (node *IndividualNode) UniqueIDs() (nodes []*UniqueIDNode) {
- Exclude checks
exported type IndividualTooOldWarning should have comment or be unexported Open
Open
type IndividualTooOldWarning struct {
- Exclude checks
exported type Placer should have comment or be unexported Open
Open
type Placer interface {
- Exclude checks
exported method ObjectExpr.Evaluate should have comment or be unexported Open
Open
func (e *ObjectExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
- Exclude checks
comment on exported method SimpleNode.Tag should be of the form "Tag ..." Open
Open
// If the node is nil the result will be an empty tag.
- Exclude checks
exported method SourceProperty.WriteHTMLTo should have comment or be unexported Open
Open
func (c *SourceProperty) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks