shard-ameba/src/ameba/rule
2018-04-17 07:29:43 +03:00
..
base.cr Check for unneeded directives when all other rules are done 2018-02-02 22:17:04 +02:00
comparison_to_boolean.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
constant_names.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
debugger_statement.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
empty_ensure.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
empty_expression.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
hash_duplicated_key.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
large_numbers.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
line_length.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
literal_in_condition.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
literal_in_interpolation.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
method_names.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
negated_conditions_in_unless.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
percent_arrays.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
predicate_name.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
rand_zero.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
redundant_begin.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
shadowed_exception.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
syntax.cr Use more natural way to define error with custom loc 2018-01-30 16:09:00 +02:00
trailing_blank_lines.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
trailing_whitespace.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
type_names.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
unless_else.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
unneeded_disable_directive.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
useless_condition_in_when.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
variable_names.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00
while_true.cr Constantize string error messages (#50) 2018-04-17 07:29:43 +03:00