Add and apply Style/ArgumentsForwarding rule
We were using generic names like `args` and `options` which don't really add anything to `*` or `**` because Ruby required us to. That's no longer the case in Ruby 3.2, so we can simplify the code a bit.
This commit is contained in:
@@ -647,6 +647,9 @@ Style/AccessorGrouping:
|
||||
Style/AndOr:
|
||||
Enabled: true
|
||||
|
||||
Style/ArgumentsForwarding:
|
||||
Enabled: true
|
||||
|
||||
Style/ArrayCoercion:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user