| Name | Size | Permissions | Modified Time | Creation Time | Actions |
|---|---|---|---|---|---|
| access_modifier_indentation.rb | |||||
| accessor_method_name.rb | |||||
| alias.rb | |||||
| align_array.rb | |||||
| align_hash.rb | |||||
| align_parameters.rb | |||||
| and_or.rb | |||||
| array_join.rb | |||||
| ascii_comments.rb | |||||
| ascii_identifiers.rb | |||||
| attr.rb | |||||
| auto_resource_cleanup.rb | |||||
| bare_percent_literals.rb | |||||
| begin_block.rb | |||||
| block_comments.rb | |||||
| block_delimiters.rb | |||||
| block_end_newline.rb | |||||
| braces_around_hash_parameters.rb | |||||
| case_equality.rb | |||||
| case_indentation.rb | |||||
| character_literal.rb | |||||
| class_and_module_camel_case.rb | |||||
| class_and_module_children.rb | |||||
| class_check.rb | |||||
| class_methods.rb | |||||
| class_vars.rb | |||||
| closing_parenthesis_indentation.rb | |||||
| collection_methods.rb | |||||
| colon_method_call.rb | |||||
| command_literal.rb | |||||
| comment_annotation.rb | |||||
| comment_indentation.rb | |||||
| conditional_assignment.rb | |||||
| constant_name.rb | |||||
| copyright.rb | |||||
| def_with_parentheses.rb | |||||
| documentation.rb | |||||
| documentation_method.rb | |||||
| dot_position.rb | |||||
| double_negation.rb | |||||
| each_for_simple_loop.rb | |||||
| each_with_object.rb | |||||
| else_alignment.rb | |||||
| empty_case_condition.rb | |||||
| empty_else.rb | |||||
| empty_line_between_defs.rb | |||||
| empty_lines.rb | |||||
| empty_lines_around_access_modifier.rb | |||||
| empty_lines_around_block_body.rb | |||||
| empty_lines_around_class_body.rb | |||||
| empty_lines_around_method_body.rb | |||||
| empty_lines_around_module_body.rb | |||||
| empty_literal.rb | |||||
| empty_method.rb | |||||
| encoding.rb | |||||
| end_block.rb | |||||
| end_of_line.rb | |||||
| even_odd.rb | |||||
| extra_spacing.rb | |||||
| file_name.rb | |||||
| first_array_element_line_break.rb | |||||
| first_hash_element_line_break.rb | |||||
| first_method_argument_line_break.rb | |||||
| first_method_parameter_line_break.rb | |||||
| first_parameter_indentation.rb | |||||
| flip_flop.rb | |||||
| for.rb | |||||
| format_string.rb | |||||
| frozen_string_literal_comment.rb | |||||
| global_vars.rb | |||||
| guard_clause.rb | |||||
| hash_syntax.rb | |||||
| identical_conditional_branches.rb | |||||
| if_inside_else.rb | |||||
| if_unless_modifier.rb | |||||
| if_unless_modifier_of_if_unless.rb | |||||
| if_with_semicolon.rb | |||||
| implicit_runtime_error.rb | |||||
| indent_array.rb | |||||
| indent_assignment.rb | |||||
| indent_hash.rb | |||||
| indentation_consistency.rb | |||||
| indentation_width.rb | |||||
| infinite_loop.rb | |||||
| initial_indentation.rb | |||||
| inline_comment.rb | |||||
| lambda.rb | |||||
| lambda_call.rb | |||||
| leading_comment_space.rb | |||||
| line_end_concatenation.rb | |||||
| method_call_with_args_parentheses.rb | |||||
| method_call_without_args_parentheses.rb | |||||
| method_called_on_do_end_block.rb | |||||
| method_def_parentheses.rb | |||||
| method_missing.rb | |||||
| method_name.rb | |||||
| missing_else.rb | |||||
| module_function.rb | |||||
| multiline_array_brace_layout.rb | |||||
| multiline_assignment_layout.rb | |||||
| multiline_block_chain.rb | |||||
| multiline_block_layout.rb | |||||
| multiline_hash_brace_layout.rb | |||||
| multiline_if_modifier.rb | |||||
| multiline_if_then.rb | |||||
| multiline_memoization.rb | |||||
| multiline_method_call_brace_layout.rb | |||||
| multiline_method_call_indentation.rb | |||||
| multiline_method_definition_brace_layout.rb | |||||
| multiline_operation_indentation.rb | |||||
| multiline_ternary_operator.rb | |||||
| mutable_constant.rb | |||||
| negated_if.rb | |||||
| negated_while.rb | |||||
| nested_modifier.rb | |||||
| nested_parenthesized_calls.rb | |||||
| nested_ternary_operator.rb | |||||
| next.rb | |||||
| nil_comparison.rb | |||||
| non_nil_check.rb | |||||
| not.rb | |||||
| numeric_literal_prefix.rb | |||||
| numeric_literals.rb | |||||
| numeric_predicate.rb | |||||
| one_line_conditional.rb | |||||
| op_method.rb | |||||
| option_hash.rb | |||||
| optional_arguments.rb | |||||
| parallel_assignment.rb | |||||
| parentheses_around_condition.rb | |||||
| percent_literal_delimiters.rb | |||||
| percent_q_literals.rb | |||||
| perl_backrefs.rb | |||||
| predicate_name.rb | |||||
| preferred_hash_methods.rb | |||||
| proc.rb | |||||
| raise_args.rb | |||||
| redundant_begin.rb | |||||
| redundant_exception.rb | |||||
| redundant_freeze.rb | |||||
| redundant_parentheses.rb | |||||
| redundant_return.rb | |||||
| redundant_self.rb | |||||
| regexp_literal.rb | |||||
| rescue_ensure_alignment.rb | |||||
| rescue_modifier.rb | |||||
| safe_navigation.rb | |||||
| self_assignment.rb | |||||
| semicolon.rb | |||||
| send.rb | |||||
| signal_exception.rb | |||||
| single_line_block_params.rb | |||||
| single_line_methods.rb | |||||
| space_after_colon.rb | |||||
| space_after_comma.rb | |||||
| space_after_method_name.rb | |||||
| space_after_not.rb | |||||
| space_after_semicolon.rb | |||||
| space_around_block_parameters.rb | |||||
| space_around_equals_in_parameter_default.rb | |||||
| space_around_keyword.rb | |||||
| space_around_operators.rb | |||||
| space_before_block_braces.rb | |||||
| space_before_comma.rb | |||||
| space_before_comment.rb | |||||
| space_before_first_arg.rb | |||||
| space_before_semicolon.rb | |||||
| space_in_lambda_literal.rb | |||||
| space_inside_array_percent_literal.rb | |||||
| space_inside_block_braces.rb | |||||
| space_inside_brackets.rb | |||||
| space_inside_hash_literal_braces.rb | |||||
| space_inside_parens.rb | |||||
| space_inside_percent_literal_delimiters.rb | |||||
| space_inside_range_literal.rb | |||||
| space_inside_string_interpolation.rb | |||||
| special_global_vars.rb | |||||
| stabby_lambda_parentheses.rb | |||||
| string_literals.rb | |||||
| string_literals_in_interpolation.rb | |||||
| string_methods.rb | |||||
| struct_inheritance.rb | |||||
| symbol_array.rb | |||||
| symbol_literal.rb | |||||
| symbol_proc.rb | |||||
| tab.rb | |||||
| ternary_parentheses.rb | |||||
| trailing_blank_lines.rb | |||||
| trailing_comma_in_arguments.rb | |||||
| trailing_comma_in_literal.rb | |||||
| trailing_underscore_variable.rb | |||||
| trailing_whitespace.rb | |||||
| trivial_accessors.rb | |||||
| unless_else.rb | |||||
| unneeded_capital_w.rb | |||||
| unneeded_interpolation.rb | |||||
| unneeded_percent_q.rb | |||||
| variable_interpolation.rb | |||||
| variable_name.rb | |||||
| variable_number.rb | |||||
| when_then.rb | |||||
| while_until_do.rb | |||||
| while_until_modifier.rb | |||||
| word_array.rb | |||||
| zero_length_predicate.rb |