shard-ameba/src/ameba/rule/lint
2022-11-14 02:26:52 +01:00
..
ambiguous_assignment.cr Add Lint/AmbiguousAssignment rule (#244) 2021-10-19 11:44:41 +02:00
bad_directive.cr Pass on crystal-nightly 2022-03-11 14:15:05 +02:00
comparison_to_boolean.cr Autocorrect various rules (#253) 2021-11-16 22:30:33 +01:00
debug_calls.cr Add Lint/DebugCalls rule 2021-12-31 16:44:02 +01:00
debugger_statement.cr Change Rule to class 2021-01-19 22:17:17 +01:00
duplicated_require.cr Use #in? instead of #includes? in several places 2022-11-14 01:18:43 +01:00
empty_ensure.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
empty_expression.cr Enable Lint/EmptyExpression by default 2022-10-30 15:30:55 +01:00
empty_loop.cr Change Rule to class 2021-01-19 22:17:17 +01:00
hash_duplicated_key.cr Change Rule to class 2021-01-19 22:17:17 +01:00
literal_in_condition.cr Change Rule to class 2021-01-19 22:17:17 +01:00
literal_in_interpolation.cr Change Rule to class 2021-01-19 22:17:17 +01:00
literals_comparison.cr Change to alternative approach skipping all macro contexts 2022-11-13 01:25:24 +01:00
not_nil.cr Add Lint/NotNil rule 2022-10-30 21:36:47 +01:00
not_nil_after_no_bang.cr Readability-related refactors 2022-11-14 02:26:52 +01:00
percent_array.cr Fix few issues reported by the newly added rule 2022-10-30 21:44:55 +01:00
rand_zero.cr Change Rule to class 2021-01-19 22:17:17 +01:00
redundant_string_coercion.cr Change Rule to class 2021-01-19 22:17:17 +01:00
redundant_with_index.cr Change Rule to class 2021-01-19 22:17:17 +01:00
redundant_with_object.cr Fix few issues reported by the newly added rule 2022-10-30 21:44:55 +01:00
shadowed_argument.cr Change Rule to class 2021-01-19 22:17:17 +01:00
shadowed_exception.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
shadowing_outer_local_var.cr Remove trailing dots from rule descriptions 2022-10-30 21:53:09 +01:00
shared_var_in_fiber.cr Remove trailing dots from rule descriptions 2022-10-30 21:53:09 +01:00
spec_focus.cr Fix typos throughout the codebase 2021-07-03 14:15:23 +02:00
syntax.cr Change Rule to class 2021-01-19 22:17:17 +01:00
unneeded_disable_directive.cr Pass on crystal-nightly 2022-03-11 14:15:05 +02:00
unreachable_code.cr Add Style/GuardClause rule (#254) 2021-12-09 21:33:47 +01:00
unused_argument.cr Change Rule to class 2021-01-19 22:17:17 +01:00
useless_assign.cr Merge remote-tracking branch 'origin/master' into master-into-develop 2021-02-03 22:45:35 +01:00
useless_condition_in_when.cr Change Rule to class 2021-01-19 22:17:17 +01:00