github.com/google/licensecheck/old.Options.MinLength (field)

6 uses

	github.com/google/licensecheck/old (current package)
		license.go#L19: 	MinLength int // Minimum length of run, in words, to count as a matching substring.
		license.go#L25: 	MinLength: 10,
		license.go#L491: 	if opts.MinLength <= 0 {
		license.go#L492: 		opts.MinLength = defaults.MinLength
		license.go#L547: 			if matchLength < opts.MinLength {