function-result-limit
Default severity: warning
Limit function result count.
func Parse() (Value, Metadata, Warnings, error)func Parse() (Value, error)Configuration
Section titled “Configuration”The default maximum is three results.
[checks.rules.function-result-limit]max-results = 4Set max-results = 0 to use the built-in maximum of three.