shard-ameba/spec/ameba/rule
2018-05-12 18:29:31 +03:00
..
base_spec.cr Crystal 0.24.1 support 2017-12-26 18:21:21 +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
empty_ensure_spec.cr New rule: empty ensure 2017-11-16 16:31:32 +02:00
empty_expression_spec.cr Crystal 0.24.1 support 2017-12-26 18:21:21 +02:00
hash_duplicated_key_spec.cr Add a space delimiter to duplicated hash keys 2018-04-13 20:10:21 +03: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 Ignores PredicateName if alternative isn't valid (e.g. is_404?) 2018-04-12 19:20:41 +03:00
rand_zero_spec.cr New rule: rand zero 2018-03-08 18:59:20 +02:00
redundant_begin_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
shadowed_exception_spec.cr Crystal 0.24.1 support 2017-12-26 18:21:21 +02:00
syntax_spec.cr Syntax rule running priorities 2018-01-25 12:37:25 +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
unneded_disable_directive_spec.cr Do not report unneeded disable directive if directive is used one line above 2018-05-09 00:14:46 +03:00
unused_argument_spec.cr Add a workaround for https://github.com/crystal-lang/crystal/pull/6032 2018-05-08 22:18:15 +03:00
useless_assign_spec.cr Support of Crystal::UnitializedVar 2018-05-12 18:29:31 +03: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