shard-ameba/spec/ameba/rule/style
Sijawusz Pur Rahnama 5ee4074c1b Rename RedundantParentheses -> ParenthesesAroundCondition
Also rename the option: `parenthesized_assignments` -> `allow_safe_assignment`
2022-11-18 21:06:51 +01:00
..
constant_names_spec.cr Convert remaining Style specs 2021-11-08 14:24:11 -08:00
guard_clause_spec.cr Add Style/GuardClause rule (#254) 2021-12-09 21:33:47 +01:00
is_a_filter_spec.cr Remove normalize parameter from expect_issue (#249) 2021-11-06 15:15:19 +02:00
is_a_nil_spec.cr Convert remaining Style specs 2021-11-08 14:24:11 -08:00
large_numbers_spec.cr Bump default value of LargeNumbers#int_min_digits to 6 2022-03-08 14:42:32 +01:00
method_names_spec.cr Convert remaining Style specs 2021-11-08 14:24:11 -08:00
negated_conditions_in_unless_spec.cr Convert remaining Style specs 2021-11-08 14:24:11 -08:00
parentheses_around_condition_spec.cr Rename RedundantParentheses -> ParenthesesAroundCondition 2022-11-18 21:06:51 +01:00
predicate_name_spec.cr Refactor Style/PredicateName rule 2022-11-13 20:12:23 +01:00
redundant_begin_spec.cr fix(style): properly tokenize in RedundantBegin rule 2022-10-14 21:09:30 +03:00
redundant_next_spec.cr Fix typos throughout the code 2022-11-16 16:55:32 +01:00
redundant_return_spec.cr Autocorrect Stye/RedundantNext and Style/RedundantReturn 2021-11-08 14:07:35 -08:00
type_names_spec.cr Convert Style/TypeNames spec 2021-11-08 14:07:35 -08:00
unless_else_spec.cr Convert Style/UnlessElse spec 2021-11-08 14:07:35 -08:00
variable_names_spec.cr Add VariableNames test for method with multiple instance vars 2021-11-09 11:52:31 -08:00
verbose_block_spec.cr Autocorrect various rules (#253) 2021-11-16 22:30:33 +01:00
while_true_spec.cr Autocorrect Stye/WhileTrue 2021-11-08 14:24:11 -08:00