Pattern: Too many method parameters
Issue: -
This rule checks for methods with too many parameters. The maximum number of parameters is configurable. On Ruby 2.0+ keyword arguments can optionally be excluded from the total count.
Attribute | Value |
---|---|
Max | 5 |
CountKeywordArgs | true |