Usage
check_function_layout(object, function_name = NULL, max_lines_of_code = get_cleanr_options("max_lines_of_code"), max_lines = get_cleanr_options("max_lines"), max_num_arguments = get_cleanr_options("max_num_arguments"), max_nesting_depth = get_cleanr_options("max_nesting_depth"), max_line_width = get_cleanr_options("max_line_width"), check_return = get_cleanr_options("check_return"))