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