forked from comsince/ThinkSNS-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.styleci.yml
52 lines (52 loc) · 1.07 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: psr2
risky: false
finder:
exclude:
- "data"
- "storage"
- "vendor"
- "src/vendor"
- ".git"
- ".svn"
name:
- "*.php"
- ".php_cs"
path:
- ""
enabled:
- double_arrow_multiline_whitespaces
- duplicate_semicolon
- blankline_after_open_tag
- concat_without_spaces
- function_typehint_space
- join_function
- list_commas
- multiline_array_trailing_comma
- namespace_no_leading_whitespace
- no_blank_lines_after_class_opening
- object_operator
- phpdoc_indent
- phpdoc_no_access
- phpdoc_no_empty_return
- phpdoc_params
- phpdoc_scalar
- phpdoc_to_comment
- remove_leading_slash_use
- remove_lines_between_uses
- return
- single_blank_line_before_namespace
- spaces_after_semicolon
- spaces_cast
- standardize_not_equal
- unneeded_control_parentheses
- unused_use
- whitespacy_lines
- single_quote
- include
- unalign_double_arrow
- unalign_equals
- ternary_spaces
- operators_spaces
- trim_array_spaces
- array_element_white_space_after_comma
- array_element_no_space_before_comma