elliotchance/gedcom

View on GitHub
filter_flags.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method FilterFlags.SetupCLI should have comment or be unexported
Open

func (ff *FilterFlags) SetupCLI() {
Severity: Minor
Found in filter_flags.go by golint

exported type FilterFlags should have comment or be unexported
Open

type FilterFlags struct {
Severity: Minor
Found in filter_flags.go by golint

exported method FilterFlags.Filter should have comment or be unexported
Open

func (ff *FilterFlags) Filter(node Node, document *Document) Node {
Severity: Minor
Found in filter_flags.go by golint

exported method FilterFlags.FilterFunctions should have comment or be unexported
Open

func (ff *FilterFlags) FilterFunctions() []FilterFunction {
Severity: Minor
Found in filter_flags.go by golint

There are no issues that match your filters.

Category
Status