class Reek::SmellDetectors::LongParameterList

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.

Currently LongParameterList reports any method or block with too many parameters.

See {file:docs/Long-Parameter-List.md} for details.