Showing 640 of 640 total issues
exported type Publisher should have comment or be unexported Open
Open
type Publisher struct {
- Exclude checks
exported method DateNodes.Range should have comment or be unexported Open
Open
func (dates DateNodes) Range() DateRange {
- Exclude checks
comment on exported method DeathNode.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 Document.Sources should be of the form "Sources ..." Open
Open
// TODO: Needs tests
- Exclude checks
exported method Document.DeleteNode should have comment or be unexported Open
Open
func (doc *Document) DeleteNode(node Node) (didDelete bool) {
- Exclude checks
comment on exported type Duration should be of the form "Duration ..." (with optional leading article) Open
Open
// A duration that only considers whole-day resolution.
- Exclude checks
exported type FamilyNoder should have comment or be unexported Open
Open
type FamilyNoder interface {
- Exclude checks
exported method FamilyNodes.ByPointer should have comment or be unexported Open
Open
func (nodes FamilyNodes) ByPointer(pointer string) *FamilyNode {
- Exclude checks
exported method FilterFlags.Filter should have comment or be unexported Open
Open
func (ff *FilterFlags) Filter(node Node, document *Document) Node {
- Exclude checks
exported method KeyedTableRow.WriteHTMLTo should have comment or be unexported Open
Open
func (c *KeyedTableRow) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method NavLink.WriteHTMLTo should have comment or be unexported Open
Open
func (c *NavLink) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewTable should have comment or be unexported Open
Open
func NewTable(tableClass string, content ...Component) *Table {
- Exclude checks
exported method Tag.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Tag) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewDiffPage should have comment or be unexported Open
Open
func NewDiffPage(comparisons gedcom.IndividualComparisons, filterFlags *gedcom.FilterFlags, googleAnalyticsID string, show, sort string, progress chan gedcom.Progress, compareOptions *gedcom.IndividualNodesCompareOptions, visibility LivingVisibility) *DiffPage {
- Exclude checks
should replace divorceEvents += 1 with divorceEvents++ Open
Open
divorceEvents += 1
- Exclude checks
exported function NewIndividualEvents should have comment or be unexported Open
Open
func NewIndividualEvents(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualEvents {
- Exclude checks
exported method IndividualPage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualPage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
should replace living += 1 with living++ Open
Open
living += 1
- Exclude checks
exported const LivingVisibilityShow should have comment (or a comment on this block) or be unexported Open
Open
LivingVisibilityShow = "show"
- Exclude checks
exported function NewPlaceInList should have comment or be unexported Open
Open
func NewPlaceInList(document *gedcom.Document, place *place, placesMap map[string]*place) *PlaceInList {
- Exclude checks