nlpodyssey/gotokenizers

View on GitHub
splitpattern/regexp.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function FromRegexp should have comment or be unexported
Open

func FromRegexp(r *regexp.Regexp) *RegexpSplitPattern {
Severity: Minor
Found in splitpattern/regexp.go by golint

exported type RegexpSplitPattern should have comment or be unexported
Open

type RegexpSplitPattern struct {
Severity: Minor
Found in splitpattern/regexp.go by golint

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

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

There are no issues that match your filters.

Category
Status