rdfio/rdf2smw

View on GitHub

Showing 70 of 70 total issues

const wikiXmlTpl should be wikiXMLTpl
Open

const wikiXmlTpl = `
Severity: Minor
Found in components/mwxmlcreator.go by golint

exported type ResourceIndexCreator should have comment or be unexported
Open

type ResourceIndexCreator struct {
Severity: Minor
Found in components/residxcreator.go by golint

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

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

method convertUriToWikiTitle should be convertURIToWikiTitle
Open

func (p *TripleAggregateToWikiPageConverter) convertUriToWikiTitle(uri string, uriType int, resourceIndex *map[string]*TripleAggregate) (pageTitle string, factTitle string) {
Severity: Minor
Found in components/triplestowikipageconv.go by golint

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 NewWikiPage should have comment or be unexported
Open

func NewWikiPage(title string, facts []*Fact, categories []*Category, specificCategory *Category, pageType int) *WikiPage {
Severity: Minor
Found in components/iptypes.go by golint

exported function NewResourceIndexCreator should have comment or be unexported
Open

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

exported type ResourceIndexFanOut should have comment or be unexported
Open

type ResourceIndexFanOut struct {
Severity: Minor
Found in components/residxfanout.go by golint

exported function NewResourceIndexToTripleAggregates should have comment or be unexported
Open

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

exported function NewStringPrinter should have comment or be unexported
Open

func NewStringPrinter() *StringPrinter {
Severity: Minor
Found in components/stringprinter.go by golint

exported type TripleParser should have comment or be unexported
Open

type TripleParser struct {
Severity: Minor
Found in components/tripleparser.go by golint

exported const BUFSIZE should have comment (or a comment on this block) or be unexported
Open

    BUFSIZE = 16
Severity: Minor
Found in main.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

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

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

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

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

exported type TripleAggregatePrinter should have comment or be unexported
Open

type TripleAggregatePrinter struct {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

exported const BUFSIZE should have comment (or a comment on this block) or be unexported
Open

    BUFSIZE = 16
Severity: Minor
Found in components/const.go by golint

exported function NewTripleAggregate should have comment or be unexported
Open

func NewTripleAggregate(subj rdf.Subject, triples []rdf.Triple) *TripleAggregate {
Severity: Minor
Found in components/iptypes.go by golint

exported type WikiPage should have comment or be unexported
Open

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