Showing 640 of 640 total issues
exported method IndividualNode.AddName should have comment or be unexported Open
Open
func (node *IndividualNode) AddName(name string) *IndividualNode {
- Exclude checks
comment on exported method QuestionMarkExpr.Evaluate should be of the form "Evaluate ..." Open
Open
// "?" is a special function that can be used to show all of the possible next
- Exclude checks
comment on exported const TokenWhitespace should be of the form "TokenWhitespace ..." Open
Open
// Ignored
- Exclude checks
exported type Tokens should have comment or be unexported Open
Open
type Tokens struct {
- Exclude checks
exported type SourceInList should have comment or be unexported Open
Open
type SourceInList struct {
- Exclude checks
exported type SurnameListPage should have comment or be unexported Open
Open
type SurnameListPage struct {
- Exclude checks
exported method HusbandNode.Similarity should have comment or be unexported Open
Open
func (node *HusbandNode) Similarity(other *HusbandNode, options SimilarityOptions) float64 {
- Exclude checks
exported function NewIndividualComparison should have comment or be unexported Open
Open
func NewIndividualComparison(Left, Right *IndividualNode, Similarity *SurroundingSimilarity) *IndividualComparison {
- Exclude checks
comment on exported method IndividualNode.Names should be of the form "Names ..." Open
Open
// If the node is nil the result will also be nil.
- Exclude checks
comment on exported method IndividualNode.Spouses should be of the form "Spouses ..." Open
Open
// TODO: needs tests
- Exclude checks
exported method IndividualNode.AddBirthDate should have comment or be unexported Open
Open
func (node *IndividualNode) AddBirthDate(birthDate string) *IndividualNode {
- Exclude checks
exported method NameNode.Suffix should have comment or be unexported Open
Open
func (node *NameNode) Suffix() string {
- Exclude checks
exported type Node should have comment or be unexported Open
Open
type Node interface {
- Exclude checks
exported method BinaryExpr.Evaluate should have comment or be unexported Open
Open
func (e *BinaryExpr) Evaluate(engine *Engine, input interface{}, args []*Statement) (interface{}, error) {
- Exclude checks
comment on exported method NodesWithTagPathExpr.Evaluate should be of the form "Evaluate ..." Open
Open
// NodesWithTagPath returns all of the nodes that have an exact tag path. The
- Exclude checks
if block ends with a return statement, so drop this else and outdent its block Open
Open
} else {
- Exclude checks
comment on exported const TokenAccessor should be of the form "TokenAccessor ..." Open
Open
// Words
- Exclude checks
exported type VariableExpr should have comment or be unexported Open
Open
type VariableExpr struct {
- Exclude checks
exported method SourcePage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *SourcePage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type SurnameLink should have comment or be unexported Open
Open
type SurnameLink struct {
- Exclude checks