nlpodyssey/gotokenizers

View on GitHub
splitpattern/regexp2.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function FromRegexp2 should have comment or be unexported
Open

func FromRegexp2(r *regexp2.Regexp) *Regexp2SplitPattern {
Severity: Minor
Found in splitpattern/regexp2.go by golint

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

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

exported type Regexp2SplitPattern should have comment or be unexported
Open

type Regexp2SplitPattern struct {
Severity: Minor
Found in splitpattern/regexp2.go by golint

There are no issues that match your filters.

Category
Status