class RuboCop::Cop::Style::OptionHash
def on_args(node)
def on_args(node) return if super_used?(node) return if allowlist.include?(node.parent.method_name.to_s) option_hash(node) { |options| add_offense(options) } end
def on_args(node) return if super_used?(node) return if allowlist.include?(node.parent.method_name.to_s) option_hash(node) { |options| add_offense(options) } end