|
1 | 1 | preset: psr12 |
2 | 2 | risky: true |
3 | 3 |
|
4 | | -version: 8 |
| 4 | +version: 8.1 |
5 | 5 |
|
6 | 6 | finder: |
7 | | - exclude: |
8 | | - - docs |
9 | | - - public |
10 | | - - vendor |
11 | | - - docker |
12 | | - - vargant |
| 7 | + exclude: |
| 8 | + - docs |
| 9 | + - vendor |
13 | 10 |
|
14 | 11 | enabled: |
15 | | - - alpha_ordered_traits |
16 | | - - array_indentation |
17 | | - - array_push |
18 | | - - combine_consecutive_issets |
19 | | - - combine_consecutive_unsets |
20 | | - - combine_nested_dirname |
21 | | - - declare_strict_types |
22 | | - - dir_constant |
23 | | - - fully_qualified_strict_types |
24 | | - - function_to_constant |
25 | | - - hash_to_slash_comment |
26 | | - - is_null |
27 | | - - logical_operators |
28 | | - - magic_constant_casing |
29 | | - - magic_method_casing |
30 | | - - method_separation |
31 | | - - modernize_types_casting |
32 | | - - native_function_casing |
33 | | - - native_function_type_declaration_casing |
34 | | - - no_alias_functions |
35 | | - - no_empty_comment |
36 | | - - no_empty_phpdoc |
37 | | - - no_empty_statement |
38 | | - - no_extra_block_blank_lines |
39 | | - - no_short_bool_cast |
40 | | - - no_superfluous_elseif |
41 | | - - no_unneeded_control_parentheses |
42 | | - - no_unneeded_curly_braces |
43 | | - - no_unneeded_final_method |
44 | | - - no_unset_cast |
45 | | - - no_unused_imports |
46 | | - - no_unused_lambda_imports |
47 | | - - no_useless_else |
48 | | - - no_useless_return |
49 | | - - normalize_index_brace |
50 | | - - php_unit_dedicate_assert |
51 | | - - php_unit_dedicate_assert_internal_type |
52 | | - - php_unit_expectation |
53 | | - - php_unit_mock |
54 | | - - php_unit_mock_short_will_return |
55 | | - - php_unit_namespaced |
56 | | - - php_unit_no_expectation_annotation |
57 | | - - phpdoc_no_empty_return |
58 | | - - phpdoc_no_useless_inheritdoc |
59 | | - - phpdoc_order |
60 | | - - phpdoc_property |
61 | | - - phpdoc_scalar |
62 | | - - phpdoc_separation |
63 | | - - phpdoc_singular_inheritdoc |
64 | | - - phpdoc_trim |
65 | | - - phpdoc_trim_consecutive_blank_line_separation |
66 | | - - phpdoc_type_to_var |
67 | | - - phpdoc_types |
68 | | - - phpdoc_types_order |
69 | | - - print_to_echo |
70 | | - - regular_callable_call |
71 | | - - return_assignment |
72 | | - - self_accessor |
73 | | - - self_static_accessor |
74 | | - - set_type_to_cast |
75 | | - - short_array_syntax |
76 | | - - short_list_syntax |
77 | | - - simplified_if_return |
78 | | - - single_quote |
79 | | - - standardize_not_equals |
80 | | - - ternary_to_null_coalescing |
81 | | - - trailing_comma_in_multiline_array |
82 | | - - unalign_double_arrow |
83 | | - - unalign_equals |
84 | | - - empty_loop_body_braces |
85 | | - - integer_literal_case |
86 | | - - union_type_without_spaces |
| 12 | + - alpha_ordered_traits |
| 13 | + - array_indentation |
| 14 | + - array_push |
| 15 | + - combine_consecutive_issets |
| 16 | + - combine_consecutive_unsets |
| 17 | + - combine_nested_dirname |
| 18 | + - declare_strict_types |
| 19 | + - dir_constant |
| 20 | + - empty_loop_body_braces |
| 21 | + - function_to_constant |
| 22 | + - hash_to_slash_comment |
| 23 | + - integer_literal_case |
| 24 | + - is_null |
| 25 | + - logical_operators |
| 26 | + - magic_constant_casing |
| 27 | + - magic_method_casing |
| 28 | + - method_separation |
| 29 | + - modernize_types_casting |
| 30 | + - native_function_casing |
| 31 | + - native_function_type_declaration_casing |
| 32 | + - no_alias_functions |
| 33 | + - no_empty_comment |
| 34 | + - no_empty_phpdoc |
| 35 | + - no_empty_statement |
| 36 | + - no_extra_block_blank_lines |
| 37 | + - no_short_bool_cast |
| 38 | + - no_superfluous_elseif |
| 39 | + - no_unneeded_control_parentheses |
| 40 | + - no_unneeded_curly_braces |
| 41 | + - no_unneeded_final_method |
| 42 | + - no_unset_cast |
| 43 | + - no_unused_imports |
| 44 | + - no_unused_lambda_imports |
| 45 | + - no_useless_else |
| 46 | + - no_useless_return |
| 47 | + - normalize_index_brace |
| 48 | + - php_unit_dedicate_assert |
| 49 | + - php_unit_dedicate_assert_internal_type |
| 50 | + - php_unit_expectation |
| 51 | + - php_unit_mock |
| 52 | + - php_unit_mock_short_will_return |
| 53 | + - php_unit_namespaced |
| 54 | + - php_unit_no_expectation_annotation |
| 55 | + - phpdoc_no_empty_return |
| 56 | + - phpdoc_no_useless_inheritdoc |
| 57 | + - phpdoc_order |
| 58 | + - phpdoc_property |
| 59 | + - phpdoc_scalar |
| 60 | + - phpdoc_singular_inheritdoc |
| 61 | + - phpdoc_trim |
| 62 | + - phpdoc_trim_consecutive_blank_line_separation |
| 63 | + - phpdoc_type_to_var |
| 64 | + - phpdoc_types |
| 65 | + - phpdoc_types_order |
| 66 | + - print_to_echo |
| 67 | + - regular_callable_call |
| 68 | + - return_assignment |
| 69 | + - self_accessor |
| 70 | + - self_static_accessor |
| 71 | + - set_type_to_cast |
| 72 | + - short_array_syntax |
| 73 | + - short_list_syntax |
| 74 | + - simplified_if_return |
| 75 | + - single_quote |
| 76 | + - standardize_not_equals |
| 77 | + - ternary_to_null_coalescing |
| 78 | + - trailing_comma_in_multiline_array |
| 79 | + - unalign_double_arrow |
| 80 | + - unalign_equals |
| 81 | + - union_type_without_spaces |
| 82 | + |
| 83 | +disabled: |
| 84 | + - function_declaration |
| 85 | + - new_with_parentheses |
| 86 | + - psr12_braces |
| 87 | + - psr12_class_definition |
0 commit comments