-
Notifications
You must be signed in to change notification settings - Fork 7
/
.styleci.yml
46 lines (44 loc) · 1.12 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
preset: recommended
risky: true
enabled:
- dir_constant
- ereg_to_preg
- no_useless_else
- mb_str_functions
- set_type_to_cast
- logical_operators
- short_list_syntax
- no_short_echo_tag
- strict_comparison
- no_homoglyph_names
- no_useless_sprintf
- phpdoc_link_to_see
- string_line_ending
- property_separation
- no_php4_constructor
- php_unit_namespaced
- random_api_migration
- declare_strict_types
- unalign_double_arrow
- standardize_increment
- length_ordered_imports
- modernize_types_casting
- non_printable_character
- no_unneeded_final_method
- ternary_to_elvis_operator
- blank_line_before_declare
- combine_consecutive_issets
- combine_consecutive_unsets
- ternary_to_null_coalescing
- escape_implicit_backslashes
- fully_qualified_strict_types
- no_null_property_initialization
- no_trailing_whitespace_in_string
- multiline_comment_opening_closing
- not_operator_with_successor_space
- simple_to_complex_string_variable
- phpdoc_add_missing_param_annotation
- php_unit_set_up_tear_down_visibility
disabled:
- align_double_arrow
- alpha_ordered_imports