shard-ameba/src/ameba/rule/lint
Sijawusz Pur Rahnama 67356f246b Add Lint/NotNil rule
2022-10-30 21:36:47 +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 Change Rule to class 2021-01-19 22:17:17 +01:00
empty_ensure.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
empty_expression.cr Add Style/GuardClause rule (#254) 2021-12-09 21:33:47 +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
not_nil.cr Add Lint/NotNil rule 2022-10-30 21:36:47 +01:00
percent_array.cr Pass on crystal-nightly 2022-03-11 14:15:05 +02: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 Change Rule to class 2021-01-19 22:17:17 +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 Skip macro scopes in ShadowingOuterLocalVar 2022-04-04 01:38:04 +02:00
shared_var_in_fiber.cr Change Rule to class 2021-01-19 22:17:17 +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