Skip to content

function-result-limit

Default severity: warning

Limit function result count.

func Parse() (Value, Metadata, Warnings, error)
func Parse() (Value, error)

The default maximum is three results.

[checks.rules.function-result-limit]
max-results = 4

Set max-results = 0 to use the built-in maximum of three.