nlpodyssey/gotokenizers

View on GitHub
splitpattern/invertedpattern.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method InvertedPattern.FindMatches should have comment or be unexported
Open

func (ip *InvertedPattern) FindMatches(s string) ([]Capture, error) {
Severity: Minor
Found in splitpattern/invertedpattern.go by golint

exported type InvertedPattern should have comment or be unexported
Open

type InvertedPattern struct {
Severity: Minor
Found in splitpattern/invertedpattern.go by golint

exported function Invert should have comment or be unexported
Open

func Invert(sp SplitPattern) *InvertedPattern {
Severity: Minor
Found in splitpattern/invertedpattern.go by golint

There are no issues that match your filters.

Category
Status