-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.styleci.yml
43 lines (40 loc) · 1.05 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
preset: psr2
risky: false
enabled:
- alpha_ordered_imports
- binary_operator_spaces
- blank_line_after_opening_tag
- cast_spaces
- concat_with_spaces
- function_typehint_space
- hash_to_slash_comment
- include
- lowercase_cast
- method_separation
- native_function_casing
- no_blank_lines_after_class_opening
- no_blank_lines_after_phpdoc
- no_blank_lines_after_return
- no_blank_lines_after_throw
- no_blank_lines_between_imports
- no_blank_lines_between_traits
- no_empty_statement
- no_extra_consecutive_blank_lines
- no_spaces_inside_offset
- no_spaces_outside_offset
- no_trailing_comma_in_singleline_array
- no_unused_imports
- no_whitespace_before_comma_in_array
- normalize_index_brace
- object_operator_without_whitespace
- return_type_declaration
- short_array_syntax
- short_scalar_cast
- single_blank_line_before_namespace
- single_quote
- trailing_comma_in_multiline_array
- unalign_double_arrow
- unalign_equals
- whitespace_after_comma_in_array
disabled:
- single_import_per_statement