shard-ameba/spec/ameba/rule/lint
Sijawusz Pur Rahnama f3f1f3a2ab Misc cleanups/refactors 2023-11-14 12:34:44 +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 Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
debug_calls_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
debugger_statement_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
duplicated_require_spec.cr Fix specs on Crystal nightly (soon to be v1.7.0) 2023-01-10 13:10:05 +01:00
empty_ensure_spec.cr Rework breaking specs, break backward compatibility 2022-04-04 00:59:21 +03:00
empty_expression_spec.cr Misc cleanups/refactors 2023-11-14 12:34:44 +01:00
empty_loop_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
formatting_spec.cr Add `Lint/Formatting` rule 2022-12-20 04:10:56 +01:00
hash_duplicated_key_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01: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 Fix false positive with dynamic literals in `Lint/LiteralsComparison` 2023-11-09 08:20:35 +01:00
missing_block_argument_spec.cr Add `Lint/MissingBlockArgument` rule 2022-12-20 15:31:14 +01:00
not_nil_after_no_bang_spec.cr Make `Lint/NotNilAfterNoBang` report calls to `#match` 2023-11-14 03:50:58 +01:00
not_nil_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
percent_arrays_spec.cr Synchronize properties context names in rules’ specs 2022-12-20 03:25:10 +01:00
rand_zero_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
redundant_string_cercion_spec.cr Fix typos throughout the code 2022-11-16 16:55:32 +01:00
redundant_with_index_spec.cr Fix specs on Crystal nightly (soon to be v1.7.0) 2023-01-10 13:10:05 +01:00
redundant_with_object_spec.cr Fix specs on Crystal nightly (soon to be v1.7.0) 2023-01-10 13:10:05 +01: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 Fix specs against Crystal nightly 2023-06-10 01:11:21 +02:00
shared_var_in_fiber_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
spec_filename_spec.cr Add `Lint/SpecFilename` rule 2023-11-10 15:41:54 +01:00
spec_focus_spec.cr Fix specs against Crystal nightly 2023-06-10 01:11:21 +02:00
syntax_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00
typos_spec.cr Misc cleanups/refactors 2023-11-14 12:34:44 +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 Fix specs against Crystal nightly 2023-06-10 01:11:21 +02:00
unused_block_argument_spec.cr fix(lint): Lint/UnusedBlockArgument is triggered by abstract def 2023-02-19 10:51:52 +02:00
useless_assign_spec.cr fix: crystal next compatibility 2023-10-06 18:57:39 +03:00
useless_condition_in_when_spec.cr Remove most of the obsolete specs 2022-12-21 21:13:22 +01:00