rdfio/rdf2smw

View on GitHub

Showing 70 of 70 total issues

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

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

exported type FanOutTripleAggregate should have comment or be unexported
Open

type FanOutTripleAggregate struct {
Severity: Minor
Found in components/tripleaggrfanout.go by golint

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

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

exported method WikiPage.AddCategory should have comment or be unexported
Open

func (p *WikiPage) AddCategory(category *Category) {
Severity: Minor
Found in components/iptypes.go by golint

exported function NewFact should have comment or be unexported
Open

func NewFact(property string, value string) *Fact {
Severity: Minor
Found in components/iptypes.go by golint

exported type TriplePrinter should have comment or be unexported
Open

type TriplePrinter struct {
Severity: Minor
Found in components/tripleprinter.go by golint

exported type TripleAggregate should have comment or be unexported
Open

type TripleAggregate struct {
Severity: Minor
Found in components/iptypes.go by golint

exported method WikiPage.AddFact should have comment or be unexported
Open

func (p *WikiPage) AddFact(fact *Fact) {
Severity: Minor
Found in components/iptypes.go by golint

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

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

exported type StringPrinter should have comment or be unexported
Open

type StringPrinter struct {
Severity: Minor
Found in components/stringprinter.go by golint

exported function NewTripleAggregatePrinter should have comment or be unexported
Open

func NewTripleAggregatePrinter() *TripleAggregatePrinter {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

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

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

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

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

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

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

exported type SMWTemplateCallFormatter should have comment or be unexported
Open

type SMWTemplateCallFormatter struct {
Severity: Minor
Found in components/smwtplformatter.go by golint

exported method WikiPage.AddFactUnique should have comment or be unexported
Open

func (p *WikiPage) AddFactUnique(fact *Fact) {
Severity: Minor
Found in components/iptypes.go by golint

exported function NewTripleParser should have comment or be unexported
Open

func NewTripleParser() *TripleParser {
Severity: Minor
Found in components/tripleparser.go by golint

exported type WikiPagePrinter should have comment or be unexported
Open

type WikiPagePrinter struct {
Severity: Minor
Found in components/wikipageprinter.go by golint

exported method WikiPage.AddCategoryUnique should have comment or be unexported
Open

func (p *WikiPage) AddCategoryUnique(category *Category) {
Severity: Minor
Found in components/iptypes.go by golint

exported type Category should have comment or be unexported
Open

type Category struct {
Severity: Minor
Found in components/iptypes.go by golint
Severity
Category
Status
Source
Language