grokify/mogo

View on GitHub
regexp/regexputil/regexputil.go

Summary

Maintainability
A
1 hr
Test Coverage

Method RegexpSet.FindAllString has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (set *RegexpSet) FindAllString(pattern string, s string, n int, useStore bool, key string) []string {
Severity: Minor
Found in regexp/regexputil/regexputil.go - About 35 mins to fix

    Method RegexpSet.FindAllStringSubmatch has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func (set *RegexpSet) FindAllStringSubmatch(pattern string, s string, n int, useStore bool, key string) [][]string {
    Severity: Minor
    Found in regexp/regexputil/regexputil.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status