rdfio/rdf2smw

View on GitHub
components/catfilterer.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type CategoryFilterer should have comment or be unexported
Open

type CategoryFilterer struct {
Severity: Minor
Found in components/catfilterer.go by golint

exported method CategoryFilterer.Run should have comment or be unexported
Open

func (p *CategoryFilterer) Run() {
Severity: Minor
Found in components/catfilterer.go by golint

exported function NewCategoryFilterer should have comment or be unexported
Open

func NewCategoryFilterer(categories []*Category) *CategoryFilterer {
Severity: Minor
Found in components/catfilterer.go by golint

There are no issues that match your filters.

Category
Status