forked from FakerPHP/Faker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.styleci.yml
52 lines (49 loc) · 1.21 KB
/
.styleci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
preset: psr12
risky: true
enabled:
- alpha_ordered_imports
- array_indentation
- binary_operator_spaces
- cast_spaces
- combine_nested_dirname
- implode_call
- magic_constant_casing
- magic_method_casing
- no_alias_functions
- no_empty_statement
- no_unneeded_curly_braces
- no_unneeded_final_method
- no_unset_cast
- no_unused_imports
- no_unused_lambda_imports
- non_printable_character
- normalize_index_brace
- php_unit_construct
- php_unit_dedicate_assert
- php_unit_dedicate_assert_internal_type
- php_unit_expectation
- php_unit_fqcn_annotation
- php_unit_mock
- php_unit_mock_short_will_return
- php_unit_namespaced
- php_unit_no_expectation_annotation
- php_unit_ordered_covers
- php_unit_set_up_tear_down_visibility
- phpdoc_indent
- phpdoc_inline_tag_normalizer
- phpdoc_no_package
- phpdoc_return_self_reference
- phpdoc_scalar
- phpdoc_single_line_var_spacing
- phpdoc_singular_inheritdoc
- phpdoc_trim
- phpdoc_type_to_var
- phpdoc_types
- phpdoc_var_without_name
- pow_to_exponentiation
- random_api_migration
- short_array_syntax
- standardize_not_equals
- ternary_to_null_coalescing
disabled:
- no_trailing_whitespace_in_string