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

4 uses

	github.com/google/licensecheck/old (current package)
		license.go#L20: 	Threshold int // Percentage threshold to report a match.
		license.go#L26: 	Threshold: 40,
		license.go#L217: 	threshold := float64(opts.Threshold)
		license.go#L219: 		threshold = float64(defaults.Threshold)