You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [[1, 2], [2, 3]].each do |first, second|
= firstdivtitle=second
Expected:
no linting offence
Actual outcome: RuboCop: Lint/UnusedBlockArgument: Unused block argument - `second`. If it's necessary, use `_` or `_second` as an argument name to indicate that it won't be used.
The text was updated successfully, but these errors were encountered:
lu-x
changed the title
Wrong detection of "Lint/UnusedBlockArgument"
Wrong detection of "RuboCop: Lint/UnusedBlockArgument"
Apr 22, 2024
Affected version:
0.27.0
Example:
Expected:
no linting offence
Actual outcome:
RuboCop: Lint/UnusedBlockArgument: Unused block argument - `second`. If it's necessary, use `_` or `_second` as an argument name to indicate that it won't be used.
The text was updated successfully, but these errors were encountered: