shard-ameba/spec/ameba/rule/lint
Vitalii Elenhaupt 67d76116f7
Basic implementation of UnreachableCode rule
2018-11-05 21:39:27 +02:00
..
comparison_to_boolean_spec.cr Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
debugger_statement_spec.cr Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
empty_ensure_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
empty_expression_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
hash_duplicated_key_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
literal_in_condition_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
literal_in_interpolation_spec.cr Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
percent_arrays_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
rand_zero_spec.cr Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
shadowed_argument_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
shadowed_exception_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
shadowing_local_outer_var_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
syntax_spec.cr Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
unneded_disable_directive_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
unreachable_code_spec.cr Basic implementation of UnreachableCode rule 2018-11-05 21:39:27 +02:00
unused_argument_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
useless_assign_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00
useless_condition_in_when_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00