shard-ameba/src/ameba/rule/style
2023-11-14 12:34:44 +01:00
..
guard_clause.cr Misc tweaks and refactors 2023-06-14 15:06:24 +02:00
is_a_filter.cr Misc cleanups/refactors 2023-11-14 12:34:44 +01:00
is_a_nil.cr Add corrector to the Style/IsANil rule 2022-12-08 13:58:35 +01:00
large_numbers.cr Readability refactors 2022-12-08 17:47:22 +01:00
negated_conditions_in_unless.cr Avoid one-letter names if possible 2022-11-28 11:25:21 +01:00
parentheses_around_condition.cr fix(style): correct typo in rule doc 2023-02-19 13:47:17 +02:00
redundant_begin.cr Few more readability refactors 2022-11-15 20:55:32 +01:00
redundant_next.cr Use property? for defining Bool-returning Rule properties 2022-11-22 19:49:16 +01:00
redundant_return.cr Use property? for defining Bool-returning Rule properties 2022-11-22 19:49:16 +01:00
unless_else.cr Tweak reported location for Style/UnlessElse 2022-12-23 14:46:45 +01:00
verbose_block.cr Misc cleanups/refactors 2023-11-14 12:34:44 +01:00
while_true.cr Readability refactors 2022-12-08 17:47:22 +01:00