Actions
Feature #16433
closedProposal: Output warning if `_1` is used in parameter name
Feature #16433:
Proposal: Output warning if `_1` is used in parameter name
Status:
Closed
Assignee:
-
Target version:
-
Description
Currently, output warning if local variable name is _1.
However, if parameter name is _1, no output warning is issued.
If local variable _1 causes a syntax error in Ruby 3.0(or later ?), I think it is better to output a warning even if you use argument name _1.
Actions