|
1 | 1 | exclude :test__END___cr, "needs investigation"
|
2 | 2 | exclude :test_alias_symbol, "needs investigation"
|
3 |
| -exclude :test_block_after_cmdarg_in_paren, "needs investigation" |
| 3 | +exclude :test_argument_forwarding, "needs investigation" |
4 | 4 | exclude :test_brace_after_literal_argument, "needs investigation"
|
5 | 5 | exclude :test_classdef_in_cond, "needs investigation"
|
6 | 6 | exclude :test_cmdarg_in_paren, "needs investigation"
|
7 |
| -exclude :test_cmdarg_kwarg_lvar_clashing_method, "needs investigation" |
8 | 7 | exclude :test_dedented_heredoc_continued_line, "needs investigation"
|
9 | 8 | exclude :test_dedented_heredoc_expr_at_beginning, "needs investigation"
|
| 9 | +exclude :test_dedented_heredoc_expr_string, "needs investigation" |
10 | 10 | exclude :test_dedented_heredoc_invalid_identifer, "needs investigation"
|
| 11 | +exclude :test_dedented_heredoc_with_blank_less_indented_line, "needs investigation" |
11 | 12 | exclude :test_dedented_heredoc_with_blank_more_indented_line, "needs investigation"
|
| 13 | +exclude :test_dedented_heredoc_with_empty_line, "needs investigation" |
12 | 14 | exclude :test_dedented_heredoc_with_indentation, "needs investigation"
|
13 | 15 | exclude :test_dedented_heredoc_with_interpolated_expression, "needs investigation"
|
14 | 16 | exclude :test_dedented_heredoc_with_interpolated_string, "needs investigation"
|
15 |
| -exclude :test_defined_empty_argument, "needs investigation" |
| 17 | +exclude :test_dedented_heredoc_with_newline, "needs investigation" |
16 | 18 | exclude :test_duplicated_when, "needs investigation"
|
| 19 | +exclude :test_duplicated_when_check_option, "needs investigation" |
17 | 20 | exclude :test_error_message_encoding, "needs investigation"
|
| 21 | +exclude :test_heredoc_mixed_encoding, "needs investigation" |
| 22 | +exclude :test_heredoc_no_terminator, "needs investigation" |
18 | 23 | exclude :test_integer_suffix, "needs investigation"
|
19 | 24 | exclude :test_invalid_break, "needs investigation"
|
20 | 25 | exclude :test_invalid_jump, "needs investigation"
|
| 26 | +exclude :test_invalid_literal_message, "needs investigation" |
| 27 | +exclude :test_keyword_duplicated_splat, "needs investigation" |
21 | 28 | exclude :test_keyword_invalid_name, "needs investigation"
|
| 29 | +exclude :test_keyword_self_reference, "needs investigation" |
| 30 | +exclude :test_method_call_location, "needs investigation" |
22 | 31 | exclude :test_methoddef_in_cond, "needs investigation"
|
| 32 | +exclude :test_optional_self_reference, "needs investigation" |
23 | 33 | exclude :test_parenthesised_statement_argument, "needs investigation"
|
24 |
| -exclude :test_return_toplevel, "needs investigation" |
25 |
| -exclude :test_heredoc_newline, "needs investigation" |
26 |
| -exclude :test_method_call_location, "needs investigation" |
| 34 | +exclude :test_range_at_eol, "needs investigation" |
| 35 | +exclude :test_safe_call_in_massign_lhs, "needs investigation" |
| 36 | +exclude :test_script_lines, "needs investigation" |
| 37 | +exclude :test_syntax_error_at_newline, "needs investigation" |
| 38 | +exclude :test_syntax_error_in_rescue, "needs investigation" |
| 39 | +exclude :test_undef_symbol, "needs investigation" |
| 40 | +exclude :test_unterminated_heredoc, "needs investigation" |
| 41 | +exclude :test_unterminated_heredoc_cr, "needs investigation" |
| 42 | +exclude :test_value_expr_in_condition, "needs investigation" |
| 43 | +exclude :test_warn_balanced, "needs investigation" |
| 44 | +exclude :test_warn_unreachable, "needs investigation" |
| 45 | +exclude :test_warning_literal_in_condition, "needs investigation" |
| 46 | +exclude :test_warning_literal_in_flip_flop, "needs investigation" |
| 47 | +exclude :test_array_kwsplat_hash, "needs investigation" |
| 48 | +exclude :test_numbered_parameter, "needs investigation" |
| 49 | +exclude :test_return_toplevel_with_argument, "needs investigation" |
0 commit comments