go-sprout/sprout

View on GitHub
registry/strings/functions.go

Summary

Maintainability
A
0 mins
Test Coverage

StringsRegistry has 41 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

func (sr *StringsRegistry) Nospace(str string) string {
    return strings.Map(func(r rune) rune {
        if unicode.IsSpace(r) {
            return -1
        }
Severity: Minor
Found in registry/strings/functions.go - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status