How to omit the outer braces around an implicit options hash in Rubocop?
Rubocop does not swear at code where a hash with parentheses is passed to the method parameter, for example:
How to use RuboCop Metrics/MethodLength AllowedPatterns/AllowedMethods
Running RuboCop results in the following error
How to define a Ruby method in runtime so that Rubocop doesn’t complain?
I’m doing this: