-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.styleci.yml
More file actions
41 lines (37 loc) · 824 Bytes
/
.styleci.yml
File metadata and controls
41 lines (37 loc) · 824 Bytes
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
preset: laravel
risky: true
enabled:
- strict
- align_double_arrow
- dir_constant
- linebreak_after_opening_tag
- no_short_echo_tag
- non_printable_character
- ordered_class_elements
- phpdoc_add_missing_param_annotation
- phpdoc_align
- phpdoc_annotation_without_dot
- phpdoc_order
- phpdoc_separation
- align_equals
- concat_with_spaces
- length_ordered_imports
- const_visibility_required
- native_constant_invocation
- php_unit_construct
- php_unit_set_up_tear_down_visibility
- php_unit_strict
- php_unit_test_class_requires_covers
- php_unit_expectation
disabled:
- unalign_equals
- concat_without_spaces
- declare_equal_normalize
- alpha_ordered_imports
- single_class_element_per_statement
finder:
exclude:
- tests
name:
- "*.php"
- "cs-fix"