shard-ameba/spec/ameba/rule/lint
Sijawusz Pur Rahnama 8112dddc8f Specs cleanup 2022-12-20 03:25:06 +01:00
..
ambiguous_assignment_spec.cr Use issue expectation helpers in `Lint::AmbiguousAssignment` rule spec 2022-04-04 21:32:46 +02:00
bad_directive_spec.cr Use issue expectation helpers in `Lint::BadDirective` rule spec 2022-04-04 21:27:04 +02:00
comparison_to_boolean_spec.cr Autocorrect various rules (#253) 2021-11-16 22:30:33 +01:00
debug_calls_spec.cr Add `Lint/DebugCalls` rule 2021-12-31 16:44:02 +01:00
debugger_statement_spec.cr Remove `normalize` parameter from `expect_issue` (#249) 2021-11-06 15:15:19 +02:00
duplicated_require_spec.cr Specs cleanup 2022-12-20 03:25:06 +01:00
empty_ensure_spec.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
empty_expression_spec.cr Specs cleanup 2022-12-20 03:25:06 +01:00
empty_loop_spec.cr Use issue expectation helpers in `Lint::EmptyLoop` rule spec 2022-04-04 21:23:17 +02:00
hash_duplicated_key_spec.cr Use issue expectation helpers in `Lint::HashDuplicatedKey` rule spec 2022-04-04 21:20:13 +02:00
literal_assignments_in_expressions_spec.cr Add `Lint/LiteralAssignmentsInExpressions` rule 2022-11-16 15:08:41 +01:00
literal_in_condition_spec.cr Properly report literals (#96) 2019-03-23 19:20:32 +02:00
literal_in_interpolation_spec.cr Use issue expectation helpers in `Lint::LiteralInInterpolation` rule spec 2022-04-04 21:16:48 +02:00
literals_comparison_spec.cr Add spec for positive case in macro scope in `Lint/LiteralsComparison` rule 2022-12-09 23:53:39 +01:00
not_nil_after_no_bang_spec.cr Rename to `Lint/NotNilAfterNoBang` 2022-11-01 02:13:04 +01:00
not_nil_spec.cr Add additional spec for `Lint/NotNil` rule 2022-12-08 17:47:22 +01:00
percent_arrays_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
rand_zero_spec.cr Use issue expectation helpers in `Lint::RandZero` rule spec 2022-04-04 21:14:45 +02:00
redundant_string_cercion_spec.cr Fix typos throughout the code 2022-11-16 16:55:32 +01:00
redundant_with_index_spec.cr New rule: RedundantWithIndex (#120) 2019-11-10 09:29:17 +02:00
redundant_with_object_spec.cr Optimize rules (#185) 2021-01-17 14:16:04 +02:00
shadowed_argument_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
shadowed_exception_spec.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
shadowing_outer_local_var_spec.cr Readability-related refactors 2022-11-14 02:26:52 +01:00
shared_var_in_fiber_spec.cr Remove `normalize` parameter from `expect_issue` (#249) 2021-11-06 15:15:19 +02:00
spec_focus_spec.cr NewRule: SpecFocus 2021-02-03 17:10:07 +02:00
syntax_spec.cr Fix invalid crystal syntax in `Lint/Syntax` rule spec 2022-11-23 03:26:55 +01:00
unneeded_disable_directive_spec.cr Fix typo in `UnneededDisableDirective` rule spec filename 2022-04-04 22:30:23 +02:00
unreachable_code_spec.cr Do not report unreachable code after loops 2021-11-10 09:16:14 +02:00
unused_argument_spec.cr Do not report unused block arguments in `Lint/UnusedArgument` rule 2022-12-15 18:35:16 +01:00
unused_block_argument_spec.cr Add `Lint/UnusedBlockArgument` rule 2022-12-15 18:35:16 +01:00
useless_assign_spec.cr Fix typos throughout the code 2022-11-16 16:55:32 +01:00
useless_condition_in_when_spec.cr Use issue expectation helpers in `Lint::UselessConditionInWhen` rule spec 2022-04-04 21:11:04 +02:00