Module unused_ignored_function_params

A rule to detect unused function parameters.

Behaviours: hank_rule.

Description

A rule to detect unused function parameters.

The rule emits a warning for each function parameter that is consistently ignored in all function clauses.

To avoid this warning, remove the unused parameter(s).

Note: This rule will not emit a warning if the function implements a behaviour callback.


Generated by EDoc