Skip to content

Files

Latest commit

 

History

History
22 lines (13 loc) · 368 Bytes

function-result-limit.md

File metadata and controls

22 lines (13 loc) · 368 Bytes

Pattern: Function returns too many results

Issue: -

Description

Functions returning too many results can be hard to understand/use.

Configuration

(int) the maximum allowed return values

Example:

[rule.function-result-limit]
  arguments =[3]

Further Reading