class RuboCop::Cop::Metrics::MethodLength

def on_method_def(node, _method_name, _args, _body)

def on_method_def(node, _method_name, _args, _body)
  check_code_length(node)
end