shard-ameba/spec/ameba/rule
2017-12-06 16:59:10 +02:00
..
base_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
comparison_to_boolean_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
constant_names_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
debugger_statement_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
duplicated_when_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
empty_ensure_spec.cr New rule: empty ensure 2017-11-16 16:31:32 +02:00
empty_expression_spec.cr Mark begin; end as empty expression 2017-11-17 18:32:40 +02:00
hash_duplicated_key_spec.cr New rule: hash duplicated key 2017-11-18 00:51:16 +02:00
large_numbers_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
line_length_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
literal_in_condition_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
literal_in_interpolation_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
method_names_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
negated_conditions_in_unless_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
percent_arrays_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
predicate_name_spec.cr Report only wrong predicate names 2017-11-23 19:58:59 +02:00
redundant_begin_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
shadowed_exception_spec.cr New rule: shadowed exception (#25) 2017-12-06 16:59:10 +02:00
trailing_blank_lines_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
trailing_whitespace_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
type_names_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
unless_else_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
useless_condition_in_when_spec.cr New rule: useless condition in when 2017-12-02 21:55:50 +02:00
variable_names_spec.cr Ameba::Rule -> Ameba::Rule::Base 2017-11-08 00:02:32 +02:00
while_true_spec.cr Disallows while true (#22) 2017-11-27 15:35:15 +02:00