rdfio/rdf2smw

View on GitHub

Showing 70 of 70 total issues

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

func (p *TripleAggregatePrinter) Run() {
Severity: Minor
Found in components/tripleaggrprinter.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 type ResourceIndexToTripleAggregates should have comment or be unexported
Open

type ResourceIndexToTripleAggregates struct {
Severity: Minor
Found in components/residxtoresaggrconv.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

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 method TripleAggregateToWikiPageConverter.Run should have comment or be unexported
Open

func (p *TripleAggregateToWikiPageConverter) Run() {
Severity: Minor
Found in components/triplestowikipageconv.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

exported function NewCategory should have comment or be unexported
Open

func NewCategory(name string) *Category {
Severity: Minor
Found in components/iptypes.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 CategoryFilterer.Run should have comment or be unexported
Open

func (p *CategoryFilterer) Run() {
Severity: Minor
Found in components/catfilterer.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 type ResourceIndexFanOut should have comment or be unexported
Open

type ResourceIndexFanOut struct {
Severity: Minor
Found in components/residxfanout.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 type MWXMLCreator should have comment or be unexported
Open

type MWXMLCreator struct {
Severity: Minor
Found in components/mwxmlcreator.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 function NewTriplePrinter should have comment or be unexported
Open

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

exported function NewTripleAggregateToWikiPageConverter should have comment or be unexported
Open

func NewTripleAggregateToWikiPageConverter() *TripleAggregateToWikiPageConverter {
Severity: Minor
Found in components/triplestowikipageconv.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 type StringFileWriter should have comment or be unexported
Open

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