This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Long Parameter List
A Long Parameter List occurs when a method has more than one or two parameters, or when a method yields more than one or two objects to an associated block.
Current Support in Reek
Currently Long Parameter List reports any method or block with more than 3 parameters.
Configuration
Reek’s Long Parameter List detector supports the Basic Smell Options, plus:
| Option | Value | Effect |
|---|---|---|
max_params |
integer | The maximum number of parameters allowed in a method or block before a warning is issued. Defaults to 3. |







