shard-ameba/spec/ameba/rule/lint
Sijawusz Pur Rahnama 1a091c1f1a
Optimize rules (#185)
* Replace pointless interpolations with actual values

* Rules optimizations

* Stylistic refactors

* Remove extraneous blank lines

* Remove some instances of .not_nil! usage
2021-01-17 14:16:04 +02:00
..
bad_directive_spec.cr Make InlineComments::COMMENT_DIRECTIVE_REGEX more strict (#146) 2020-04-11 09:55:41 +03:00
comparison_to_boolean_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
debugger_statement_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
empty_ensure_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
empty_expression_spec.cr Handle case when compiler reports incorrect node location 2020-10-23 10:41:17 +03:00
empty_loop_spec.cr New rule: EmptyLoop 2020-03-26 10:27:00 +02:00
hash_duplicated_key_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
literal_in_condition_spec.cr Properly report literals (#96) 2019-03-23 19:20:32 +02:00
literal_in_interpolation_spec.cr Lint/LiteralInInterpolation: properly report node position 2020-03-27 19:44:04 +02:00
percent_arrays_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
rand_zero_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
redundant_string_cercion_spec.cr RedundantStringCoercion: do not report to_s with named args 2020-06-24 09:26:03 +03: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 Fix several misspellings (#94) 2019-02-23 07:06:28 +02:00
shadowing_local_outer_var_spec.cr Incorrectly reporting shadowingOuterLocalVar within macro included 2020-07-15 10:18:12 +03:00
shared_var_in_fiber_spec.cr New rule: SharedVarInSpawn 2020-03-25 17:52:20 +02:00
syntax_spec.cr Set default severities 2019-04-14 12:15:38 +03:00
unneded_disable_directive_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
unreachable_code_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00
unused_argument_spec.cr Lint/UnusedArgument: fails to recognized used argument inside macro 2019-10-27 21:32:55 +02:00
useless_assign_spec.cr Useless Assign: ignore variables with '_' prefix 2020-08-20 21:15:58 +03:00
useless_condition_in_when_spec.cr Track issue.end_location properly 2018-11-24 19:38:13 +02:00