unused_closure_parameter should apply to closure declarations #1082
Labels
enhancement
Ideas for improvements of existing features and rules.
wontfix
Issues that became stale and were auto-closed by a bot.
Currently,
unused_closure_parameter
rule is only applied for closures used in method calls. It should be applied to closure declarations as well:The text was updated successfully, but these errors were encountered: