Showing 640 of 640 total issues
exported method DateRange.Duration should have comment or be unexported Open
Open
func (dr DateRange) Duration() Duration {
- Exclude checks
exported method Document.AddFamilyWithHusbandAndWife should have comment or be unexported Open
Open
func (doc *Document) AddFamilyWithHusbandAndWife(pointer string, husband, wife *IndividualNode) *FamilyNode {
- Exclude checks
exported method Errors.Err should have comment or be unexported Open
Open
func (e Errors) Err() error {
- Exclude checks
exported method BigTitle.WriteHTMLTo should have comment or be unexported Open
Open
func (c *BigTitle) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewCard should have comment or be unexported Open
Open
func NewCard(title Component, count int, body Component) *Card {
- Exclude checks
exported type DirectoryFileWriter should have comment or be unexported Open
Open
type DirectoryFileWriter struct {
- Exclude checks
exported function NewHeading should have comment or be unexported Open
Open
func NewHeading(number int, class string, body Component) *Heading {
- Exclude checks
exported function NewHorizontalRuleRow should have comment or be unexported Open
Open
func NewHorizontalRuleRow() *HorizontalRuleRow {
- Exclude checks
exported function NewKeyedTableRow should have comment or be unexported Open
Open
func NewKeyedTableRow(title string, value Component, visible bool) *KeyedTableRow {
- Exclude checks
exported type LineBreak should have comment or be unexported Open
Open
type LineBreak struct{}
- Exclude checks
exported function NewNavItem should have comment or be unexported Open
Open
func NewNavItem(content Component, isActive bool, href string) *NavItem {
- 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
// Filtering and Tree Walking
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
exported method ChildNodes.ByPointer should have comment or be unexported Open
Open
func (nodes ChildNodes) ByPointer(pointer string) *ChildNode {
- Exclude checks
exported method DateNode.StartDate should have comment or be unexported Open
Open
func (node *DateNode) StartDate() Date {
- Exclude checks
exported method Errors.Errors should have comment or be unexported Open
Open
func (e Errors) Errors() (errors []string) {
- Exclude checks
exported method FamilyNode.SetWife should have comment or be unexported Open
Open
func (node *FamilyNode) SetWife(individual *IndividualNode) *FamilyNode {
- Exclude checks
exported method Empty.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Empty) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type Link should have comment or be unexported Open
Open
type Link struct {
- Exclude checks